File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -153,18 +153,14 @@ const INTERCEPT_OPTIONS: _.Dictionary<InterceptorConfig> = {
153
153
description : [ "Intercept a fresh independent Firefox Developer window" ] ,
154
154
iconProps : recoloured ( SourceIcons . Firefox , "#007EE7" ) ,
155
155
tags : BROWSER_TAGS ,
156
- checkRequirements : ( { interceptorVersion } ) => {
157
- return versionSatisfies ( interceptorVersion , "^1.1.0" )
158
- } ,
156
+
159
157
} ,
160
158
'fresh-firefox-nightly' : {
161
159
name : 'Firefox (Nightly)' ,
162
160
description : [ "Intercept a fresh independent Firefox Nightly window" ] ,
163
- iconProps : recoloured ( SourceIcons . Firefox , "#7870FF " ) ,
161
+ iconProps : recoloured ( SourceIcons . Firefox , "#1ED5E2 " ) ,
164
162
tags : BROWSER_TAGS ,
165
- checkRequirements : ( { interceptorVersion } ) => {
166
- return versionSatisfies ( interceptorVersion , "^1.1.0" )
167
- } ,
163
+
168
164
} ,
169
165
'existing-arc' : {
170
166
name : 'Global Arc Browser' ,
You can’t perform that action at this time.
0 commit comments