Skip to content

Commit 9600814

Browse files
fix: better edge browser support
#420 Co-authored-by: Abubakar Yagoub <[email protected]>
1 parent d1fb86b commit 9600814

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/queries.ts

+3
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,9 @@ const browser_appnames = {
274274
'Microsoft Edge', // macOS
275275
'Microsoft-Edge-Stable', // Arch Linux: https://github.com/ActivityWatch/activitywatch/issues/753
276276
'Microsoft-edge',
277+
'microsoft-edge', // linux
278+
'microsoft-edge-beta', // linux beta
279+
'microsoft-edge-dev', // linux dev
277280
],
278281
arc: [
279282
'Arc', // macOS

0 commit comments

Comments
 (0)