refactor: sync

This commit is contained in:
zhom
2026-02-20 07:22:42 +04:00
parent 8bc1ea500b
commit 4872dcc8ad
28 changed files with 678 additions and 72 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ export function getBrowserDisplayName(browserType: string): string {
zen: "Zen Browser",
brave: "Brave",
chromium: "Chromium",
camoufox: "Firefox (Camoufox)",
wayfern: "Chromium (Wayfern)",
camoufox: "Camoufox",
wayfern: "Wayfern",
};
return browserNames[browserType] || browserType;