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 3511cd8 commit 43196c6Copy full SHA for 43196c6
src/model/interception/interceptors.ts
@@ -148,6 +148,15 @@ const INTERCEPT_OPTIONS: _.Dictionary<InterceptorConfig> = {
148
return versionSatisfies(interceptorVersion, "^1.1.0")
149
},
150
151
+ 'fresh-firefox-dev': {
152
+ name: 'Firefox (Dev)',
153
+ description: ["Intercept a fresh independent Firefox Developer window"],
154
+ iconProps: recoloured(SourceIcons.Firefox, "#007EE7"),
155
+ tags: BROWSER_TAGS,
156
+ checkRequirements: ({ interceptorVersion }) => {
157
+ return versionSatisfies(interceptorVersion, "^1.1.0")
158
+ },
159
160
'existing-arc': {
161
name: 'Global Arc Browser',
162
description: [
0 commit comments