Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aciidic committed Jan 17, 2021
1 parent 0db8695 commit 253cfa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "__MSG_ext_extension_name__",
"description": "__MSG_ext_extension_description__",
"version": "7.1.9",
"version": "7.1.10",
"default_locale": "en",
"permissions": [
"tabs",
Expand Down Expand Up @@ -46,7 +46,7 @@
"128": "img/ic_suspendy_128x128.png"
},
"web_accessible_resources": ["suspended.html"],
"content_security_policy": "script-src 'self'; object-src 'self'; child-src 'self'; connect-src 'self'; img-src 'self'; style-src 'self'; default-src 'self'",
"content_security_policy": "script-src 'self'; object-src 'self'; child-src 'self'; connect-src 'self'; img-src 'self'; style-src 'self'; default-src 'self'; data: chrome:",
"incognito": "split",
"manifest_version": 2,
"minimum_chrome_version": "55",
Expand Down

0 comments on commit 253cfa2

Please sign in to comment.