We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbeca31 commit c32b635Copy full SHA for c32b635
src/queries.ts
@@ -230,6 +230,7 @@ const browser_appnames: Record<string, string[]> = {
230
yandex: ['ru.yandex.Browser'],
231
zen: ['app.zen_browser.zen'],
232
floorp: ['one.ablaze.floorp'],
233
+ helium: ['net.imput.helium'],
234
};
235
236
// Returns a list of (browserName, bucketId) pairs for found browser buckets
@@ -262,6 +263,7 @@ export const browser_appname_regex: Record<string, string> = {
262
263
yandex: '(?i)(yandex)',
264
zen: '(?i)(zen)',
265
floorp: '(?i)(floorp)',
266
+ helium: '(?i)(helium)',
267
268
269
// Returns a list of active browser events (where the browser was the active window) from all browser buckets
0 commit comments