Skip to content

Commit 845b12f

Browse files
authored
fix: add app name for Vivaldi on macOS (#520)
On MacOS, the Vivaldi browser app name is only "Vivaldi"
1 parent 0911ad9 commit 845b12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/queries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ const browser_appnames = {
281281
arc: [
282282
'Arc', // macOS
283283
],
284-
vivaldi: ['Vivaldi-stable', 'Vivaldi-snapshot', 'vivaldi.exe'],
284+
vivaldi: ['Vivaldi-stable', 'Vivaldi-snapshot', 'vivaldi.exe', 'Vivaldi'],
285285
orion: ['Orion'],
286286
yandex: ['Yandex'],
287287
};

0 commit comments

Comments
 (0)