Skip to content

Commit

Permalink
Merge pull request #181 from ActivityWatch/dev/edge-browser
Browse files Browse the repository at this point in the history
feat: added support for Edge browser
  • Loading branch information
ErikBjare committed Apr 3, 2020
2 parents ed6bed6 + d495f7f commit 91bdb2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ const appnames = {
],
opera: ['opera.exe', 'Opera'],
brave: ['brave.exe'],
edge: ['msedge.exe'],
vivaldi: ['Vivaldi-stable', 'Vivaldi-snapshot', 'vivaldi.exe'],
};

Expand Down

0 comments on commit 91bdb2c

Please sign in to comment.