Skip to content

Commit e187bf7

Browse files
committed
Add UI support for existing-chromium
1 parent 1a72d2e commit e187bf7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/model/interception/interceptors.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,20 @@ const INTERCEPT_OPTIONS: _.Dictionary<InterceptorConfig> = {
128128
tags: BROWSER_TAGS,
129129
getActivationOptions: getChromiumOptions
130130
},
131+
'existing-chromium': {
132+
name: 'Global Chromium',
133+
description: [
134+
"Intercept your main Chromium profile globally",
135+
"This captures all default Chromium traffic, so may interfere with normal usage"
136+
],
137+
customActivation: onActivateExistingBrowser,
138+
iconProps: [
139+
SourceIcons.Chromium,
140+
{ icon: ['fas', 'globe'], color: '#fafafa', size: '2x' }
141+
],
142+
tags: BROWSER_TAGS,
143+
getActivationOptions: getChromiumOptions
144+
},
131145
'fresh-chromium-dev': {
132146
name: 'Chromium (Dev)',
133147
description: ["Intercept a fresh independent Chromium window"],

0 commit comments

Comments
 (0)