File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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" ] ,
You can’t perform that action at this time.
0 commit comments