Skip to content

Commit c32b635

Browse files
authored
fix: add Helium to browser list (#744)
1 parent cbeca31 commit c32b635

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/queries.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ const browser_appnames: Record<string, string[]> = {
230230
yandex: ['ru.yandex.Browser'],
231231
zen: ['app.zen_browser.zen'],
232232
floorp: ['one.ablaze.floorp'],
233+
helium: ['net.imput.helium'],
233234
};
234235

235236
// Returns a list of (browserName, bucketId) pairs for found browser buckets
@@ -262,6 +263,7 @@ export const browser_appname_regex: Record<string, string> = {
262263
yandex: '(?i)(yandex)',
263264
zen: '(?i)(zen)',
264265
floorp: '(?i)(floorp)',
266+
helium: '(?i)(helium)',
265267
};
266268

267269
// Returns a list of active browser events (where the browser was the active window) from all browser buckets

0 commit comments

Comments
 (0)