Skip to content

Commit

Permalink
fix edge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneezry committed May 20, 2024
1 parent 7c845be commit adeaf82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 2 additions & 6 deletions manifests/manifest-edge.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,12 @@
]
},
"background": {
"scripts": [
"dist/background.js"
],
"persistent": true
"service_worker": "dist/background.js"
},
"sandbox": {
"pages": [
"view/argon.html"
],
"content_security_policy": "sandbox allow-scripts; script-src 'self' 'unsafe-eval';"
]
},
"permissions": [
"activeTab",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"dev:chrome": "npm run pretest && webpack --config ./webpack.watch.js",
"chrome": "bash scripts/build.sh chrome",
"firefox": "bash scripts/build.sh firefox",
"edge": "bash scripts/build.sh edge",
"prod": "bash scripts/build.sh prod",
"pretest": "bash scripts/build.sh test",
"test": "node scripts/test-runner.js"
Expand Down

0 comments on commit adeaf82

Please sign in to comment.