Update manifest.json

This commit is contained in:
pliny
2023-08-12 17:26:43 -07:00
committed by GitHub
parent acdf6bf574
commit 26e6223feb
+6 -1
View File
@@ -7,7 +7,12 @@
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["content.js"]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
}