Skip to content

Commit 43196c6

Browse files
committed
added firefox developer support
1 parent 3511cd8 commit 43196c6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/model/interception/interceptors.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,15 @@ 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+
checkRequirements: ({ interceptorVersion }) => {
157+
return versionSatisfies(interceptorVersion, "^1.1.0")
158+
},
159+
},
151160
'existing-arc': {
152161
name: 'Global Arc Browser',
153162
description: [

0 commit comments

Comments
 (0)