We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43196c6 commit 977b92bCopy full SHA for 977b92b
src/model/interception/interceptors.ts
@@ -157,6 +157,15 @@ const INTERCEPT_OPTIONS: _.Dictionary<InterceptorConfig> = {
157
return versionSatisfies(interceptorVersion, "^1.1.0")
158
},
159
160
+ 'fresh-firefox-nightly': {
161
+ name: 'Firefox (Nightly)',
162
+ description: ["Intercept a fresh independent Firefox Nightly window"],
163
+ iconProps: recoloured(SourceIcons.Firefox, "#7870FF"),
164
+ tags: BROWSER_TAGS,
165
+ checkRequirements: ({ interceptorVersion }) => {
166
+ return versionSatisfies(interceptorVersion, "^1.1.0")
167
+ },
168
169
'existing-arc': {
170
name: 'Global Arc Browser',
171
description: [
0 commit comments