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 Oct 9, 2020
1 parent 2df4816 commit 39cf3c0
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 @@ -163,6 +163,7 @@ function manifest() {

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 @@ -71,5 +71,7 @@
"page": "src/background/index.html"
},

"web_accessible_resources": ["src/setup/index.html", "src/content/reset.js"]
"web_accessible_resources": ["src/setup/index.html", "src/content/reset.js"],

"incognito": "split"
}

0 comments on commit 39cf3c0

Please sign in to comment.