Skip to content

Commit e15f8b4

Browse files
authored
Merge pull request #118 from xKiian/firefox-dev-support
added firefox developer support
2 parents 3511cd8 + ccd4e14 commit e15f8b4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/model/interception/interceptors.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,20 @@ const INTERCEPT_OPTIONS: _.Dictionary<InterceptorConfig> = {
148148
return versionSatisfies(interceptorVersion, "^1.1.0")
149149
},
150150
},
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+
tags: BROWSER_TAGS,
163+
164+
},
151165
'existing-arc': {
152166
name: 'Global Arc Browser',
153167
description: [

0 commit comments

Comments
 (0)