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

Add support for Yowser, Konqueror, UCWEB, and UCMini browsers

Co-authored-by: naorpeled <6171622+naorpeled@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-13 21:05:47 +00:00
parent cbaebbce16
commit 6d485edb9b
3 changed files with 138 additions and 15 deletions

View File

@@ -28,6 +28,7 @@ export const BROWSER_ALIASES_MAP = {
'Internet Explorer': 'ie',
InternetArchiveCrawler: 'internetarchivecrawler',
'K-Meleon': 'k_meleon',
Konqueror: 'konqueror',
LibreWolf: 'librewolf',
Linespider: 'linespider',
Maxthon: 'maxthon',
@@ -62,6 +63,8 @@ export const BROWSER_ALIASES_MAP = {
Swing: 'swing',
Tizen: 'tizen',
'UC Browser': 'uc',
UCMini: 'ucmini',
UCWEB: 'ucweb',
Vivaldi: 'vivaldi',
'WebOS Browser': 'webos',
WeChat: 'wechat',
@@ -69,6 +72,7 @@ export const BROWSER_ALIASES_MAP = {
'Yandex Browser': 'yandex',
YandexBot: 'yandexbot',
YouBot: 'youbot',
Yowser: 'yowser',
};
export const BROWSER_MAP = {
@@ -100,6 +104,7 @@ export const BROWSER_MAP = {
ie: 'Internet Explorer',
internetarchivecrawler: 'InternetArchiveCrawler',
k_meleon: 'K-Meleon',
konqueror: 'Konqueror',
librewolf: 'LibreWolf',
linespider: 'Linespider',
maxthon: 'Maxthon',
@@ -133,6 +138,8 @@ export const BROWSER_MAP = {
swing: 'Swing',
tizen: 'Tizen',
uc: 'UC Browser',
ucmini: 'UCMini',
ucweb: 'UCWEB',
vivaldi: 'Vivaldi',
webos: 'WebOS Browser',
wechat: 'WeChat',
@@ -140,6 +147,7 @@ export const BROWSER_MAP = {
yandex: 'Yandex Browser',
yandexbot: 'YandexBot',
youbot: 'YouBot',
yowser: 'Yowser',
};
export const PLATFORMS_MAP = {