Skip to content

Commit

Permalink
fix: added appnames for firefox dev edition
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Aug 12, 2022
1 parent b8f6837 commit 130f00d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/queries.ts
Expand Up @@ -226,6 +226,9 @@ const browser_appnames = {
'Firefox-esr',
'Firefox Beta',
'Nightly',
// From: https://github.com/ActivityWatch/aw-watcher-web/issues/87
'firefox-aurora',
'firefox-trunk-dev',
],
opera: ['opera.exe', 'Opera'],
brave: ['brave.exe'],
Expand Down

1 comment on commit 130f00d

@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.0b2 (click to expand)

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

Screenshots using aw-server-rust v0.12.0b2 (click to expand)

CML watermark

Please sign in to comment.