From 7ca67ac27d58fba5bf058104662d77bacbc26d49 Mon Sep 17 00:00:00 2001 From: Dean Cureton <89793485+deancureton@users.noreply.github.com> Date: Sat, 31 Jan 2026 03:14:12 -0800 Subject: [PATCH] fix: add Helium to browser list --- src/queries.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/queries.ts b/src/queries.ts index a9d86d40..765254ad 100644 --- a/src/queries.ts +++ b/src/queries.ts @@ -322,6 +322,7 @@ const browser_appnames = { 'app.zen_browser.zen', ], floorp: ['Floorp', 'floorp.exe', 'Floorp.exe', 'floorp', 'one.ablaze.floorp'], + helium: ['Helium', 'Helium.app', 'helium', 'helium.exe', 'Helium.exe', 'net.imput.helium'], }; // Returns a list of (browserName, bucketId) pairs for found browser buckets