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.
2 parents 3511cd8 + ccd4e14 commit e15f8b4Copy full SHA for e15f8b4
src/model/interception/interceptors.ts
@@ -148,6 +148,20 @@ 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
+
157
+ },
158
+ 'fresh-firefox-nightly': {
159
+ name: 'Firefox (Nightly)',
160
+ description: ["Intercept a fresh independent Firefox Nightly window"],
161
+ iconProps: recoloured(SourceIcons.Firefox, "#1ED5E2"),
162
163
164
165
'existing-arc': {
166
name: 'Global Arc Browser',
167
description: [
0 commit comments