Skip to content

Commit 977b92b

Browse files
committed
firefox nightly support
1 parent 43196c6 commit 977b92b

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
@@ -157,6 +157,15 @@ const INTERCEPT_OPTIONS: _.Dictionary<InterceptorConfig> = {
157157
return versionSatisfies(interceptorVersion, "^1.1.0")
158158
},
159159
},
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+
},
160169
'existing-arc': {
161170
name: 'Global Arc Browser',
162171
description: [

0 commit comments

Comments
 (0)