Skip to content

Commit ec4cce6

Browse files
authored
fix: adds Microsoft-edge to list of browser names (#398)
1 parent f4e0793 commit ec4cce6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/queries.ts

+1
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ const browser_appnames = {
264264
'msedge.exe', // Windows
265265
'Microsoft Edge', // macOS
266266
'Microsoft-Edge-Stable', // Arch Linux: https://github.com/ActivityWatch/activitywatch/issues/753
267+
'Microsoft-edge',
267268
],
268269
vivaldi: ['Vivaldi-stable', 'Vivaldi-snapshot', 'vivaldi.exe'],
269270
orion: ['Orion'],

0 commit comments

Comments
 (0)