We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a7b6b commit ec8a16fCopy full SHA for ec8a16f
public/manifest.json
@@ -4,7 +4,7 @@
4
"name": "__MSG_extensionName__",
5
"description": "__MSG_extensionDescription__",
6
"author": "Andreas Bielawski",
7
- "version": "4.1.0",
+ "version": "4.1.1",
8
"icons": {
9
"16": "icons/16.png",
10
"32": "icons/32.png",
@@ -21,5 +21,8 @@
21
"open_in_tab": true,
22
"page": "options/options.html"
23
},
24
+ "content_security_policy": {
25
+ "extension_pages": "default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:"
26
+ },
27
"permissions": ["contextMenus", "storage"]
28
}
0 commit comments