Skip to content

Commit f605f37

Browse files
stek29johnste
authored andcommitted
feat: add more chromium browsers
add Yandex, Opera and Opera GX
1 parent 53414af commit f605f37

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

apps/finicky/src/browser/browsers.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,23 @@
5858
"id": "ai.perplexity.comet",
5959
"type": "Chromium",
6060
"app_name": "Comet"
61+
},
62+
{
63+
"config_dir_relative": "Yandex/YandexBrowser",
64+
"id": "ru.yandex.desktop.yandex-browser",
65+
"type": "Chromium",
66+
"app_name": "Yandex"
67+
},
68+
{
69+
"config_dir_relative": "com.operasoftware.Opera",
70+
"id": "com.operasoftware.Opera",
71+
"type": "Chromium",
72+
"app_name": "Opera"
73+
},
74+
{
75+
"config_dir_relative": "com.operasoftware.OperaGX",
76+
"id": "com.operasoftware.OperaGX",
77+
"type": "Chromium",
78+
"app_name": "Opera GX"
6179
}
6280
]

0 commit comments

Comments
 (0)