Skip to content

Commit

Permalink
Update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
HarlemSquirrel committed Jun 25, 2024
1 parent fd5251d commit 2389bd1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions manifest.dev.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"content_security_policy": "default-src 'self'; script-src 'self' 'unsafe-eval';"
}
"content_security_policy": {
"extension_pages": "default-src 'self'; script-src 'self' 'unsafe-eval';"
}
}
4 changes: 3 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"host_permissions": [
"<all_urls>"
],
"content_security_policy": "default-src 'self'",
"content_security_policy": {
"extension_pages": "default-src 'self'"
},
"options_ui": {
"page": "pages/options.html",
"open_in_tab": true
Expand Down

0 comments on commit 2389bd1

Please sign in to comment.