Skip to content

Commit

Permalink
fix: add Zen Browser to browser list
Browse files Browse the repository at this point in the history
  • Loading branch information
Senophyx authored and ErikBjare committed Feb 21, 2025
1 parent 53cbaaa commit fd9894c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ const browser_appnames = {
vivaldi: ['Vivaldi-stable', 'Vivaldi-snapshot', 'vivaldi.exe', 'Vivaldi', 'com.vivaldi.Vivaldi'],
orion: ['Orion'],
yandex: ['Yandex', 'ru.yandex.Browser'],
yandex: ['Yandex'],
zen: ['Zen Browser', 'zen browser', 'zen.exe', 'app.zen_browser.zen'],
};

// Returns a list of (browserName, bucketId) pairs for found browser buckets
Expand Down

0 comments on commit fd9894c

Please sign in to comment.