1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

Merge pull request #363 from navarroaxel/feat/gsa

feat(browsers): Add Google Search App detection
This commit is contained in:
Denis Demchenko
2019-10-02 21:26:25 +03:00
committed by GitHub
3 changed files with 34 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ export const BROWSER_ALIASES_MAP = {
Firefox: 'firefox',
Focus: 'focus',
Generic: 'generic',
'Google Search': 'google_search',
Googlebot: 'googlebot',
'Internet Explorer': 'ie',
'K-Meleon': 'k_meleon',
@@ -52,6 +53,7 @@ export const BROWSER_MAP = {
focus: 'Focus',
generic: 'Generic',
googlebot: 'Googlebot',
google_search: 'Google Search',
ie: 'Internet Explorer',
k_meleon: 'K-Meleon',
maxthon: 'Maxthon',