Update manifest.json

This commit is contained in:
pliny
2023-08-12 17:23:26 -07:00
committed by GitHub
parent f88f3a4d11
commit acdf6bf574

View File

@@ -7,12 +7,7 @@
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["content.js"]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
}