Skip to content

Commit

Permalink
feat: support InPrivate browsing in Thorium add Chromium-Gost support (
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimeshTalukdar committed Feb 24, 2024
1 parent b69ee91 commit c2e520f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/config/apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ const apps = typeApps({
'Chromium': {
privateArg: '--incognito',
},
'Chromium-Gost': {
privateArg: '--incognito',
},
'Discord': {
convertUrl: (url) =>
url.replace(
Expand Down Expand Up @@ -132,7 +135,9 @@ const apps = typeApps({
'Sizzy': {},
'Slack': {},
'Spotify': {},
'Thorium': {},
'Thorium': {
privateArg: '--incognito',
},
'Tor Browser': {},
'Twitter': {},
'Ulaa': {
Expand Down

0 comments on commit c2e520f

Please sign in to comment.