Skip to content

Commit

Permalink
feat: support Chrome Incognito
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Sep 24, 2020
1 parent ebdfb8a commit 4dcc944
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ gulp.task('manifest', function(done) {

if (targetEnv === 'firefox') {
delete parsedJson.options_ui.chrome_style;
delete parsedJson.incognito;
}

parsedJson.version = require('./package.json').version;
Expand Down
4 changes: 3 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,7 @@

"background": {
"page": "src/background/index.html"
}
},

"incognito": "split"
}

0 comments on commit 4dcc944

Please sign in to comment.