Index: templates/manifest.json.tmpl |
=================================================================== |
--- a/templates/manifest.json.tmpl |
+++ b/templates/manifest.json.tmpl |
@@ -90,10 +90,12 @@ |
"options_page": {{metadata.get('general', 'options')|json}}, |
{%- endif %} |
{%- endif %} |
{%- if contentScripts %} |
"content_scripts": {{contentScripts|json}}, |
{%- endif %} |
+ "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", |
+ |
"_dummy": false |
} |