Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 2a250ab

Browse files
authored
feat: add support for Zen and Twilight (Zen Beta) (#706)
* feat: add support for Zen and Twilight (Zen Beta) * feat: add support for Zen and Twilight (Zen Beta) fix: add incognito support
1 parent dc2cee6 commit 2a250ab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/config/apps.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ const apps = typeApps({
151151
privateArg: '--incognito',
152152
},
153153
'Tor Browser': {},
154+
Twilight: {
155+
privateArg: '--incognito',
156+
},
154157
Twitter: {},
155158
Ulaa: {
156159
privateArg: '--incognito',
@@ -164,6 +167,9 @@ const apps = typeApps({
164167
Whist: {},
165168
Yandex: {},
166169
Yattee: {},
170+
'Zen': {
171+
privateArg: '--incognito',
172+
},
167173
'Zen Browser': {},
168174
'zoom.us': {},
169175
})

0 commit comments

Comments
 (0)