Skip to content

Commit ccd4e14

Browse files
committed
small fix
1 parent 977b92b commit ccd4e14

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/model/interception/interceptors.ts

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,18 +153,14 @@ const INTERCEPT_OPTIONS: _.Dictionary<InterceptorConfig> = {
153153
description: ["Intercept a fresh independent Firefox Developer window"],
154154
iconProps: recoloured(SourceIcons.Firefox, "#007EE7"),
155155
tags: BROWSER_TAGS,
156-
checkRequirements: ({ interceptorVersion }) => {
157-
return versionSatisfies(interceptorVersion, "^1.1.0")
158-
},
156+
159157
},
160158
'fresh-firefox-nightly': {
161159
name: 'Firefox (Nightly)',
162160
description: ["Intercept a fresh independent Firefox Nightly window"],
163-
iconProps: recoloured(SourceIcons.Firefox, "#7870FF"),
161+
iconProps: recoloured(SourceIcons.Firefox, "#1ED5E2"),
164162
tags: BROWSER_TAGS,
165-
checkRequirements: ({ interceptorVersion }) => {
166-
return versionSatisfies(interceptorVersion, "^1.1.0")
167-
},
163+
168164
},
169165
'existing-arc': {
170166
name: 'Global Arc Browser',

0 commit comments

Comments
 (0)