Skip to content

Commit

Permalink
fix: better librewolf browser support (#499)
Browse files Browse the repository at this point in the history
* fix: actually add support for LibreWolf

No stats about librewolf were shown in activity/browser tab

* feat: add support for librewolf-portable on windows
  • Loading branch information
Organoidus committed Nov 15, 2023
1 parent 608296f commit d1fb86b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@ const browser_appnames = {
'firefox-trunk-dev',

// Librewolf
'LibreWolf-Portable.exe',
'LibreWolf',
'LibreWolf.exe',
'Librewolf',
'Librewolf.exe',
'librewolf',
Expand Down

1 comment on commit d1fb86b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are screenshots of this commit:

Screenshots using aw-server v0.12.3b11 (click to expand)

Screenshots using aw-server-rust master (click to expand)

Screenshots using aw-server-rust v0.12.3b11 (click to expand)

Please sign in to comment.