feat(manifest): update permissions and version
This commit is contained in:
parent
f0a4673ce8
commit
77d63554e4
@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Do Not Consent",
|
||||
"version": "4.0.3",
|
||||
"version": "4.1.0",
|
||||
"default_locale": "en",
|
||||
"description": "__MSG_appDesc__",
|
||||
"icons": {
|
||||
@ -21,12 +21,11 @@
|
||||
"content_scripts": [
|
||||
{
|
||||
"all_frames": true,
|
||||
"css": ["styles/content.css"],
|
||||
"js": ["scripts/content.js"],
|
||||
"matches": ["http://*/*", "https://*/*"],
|
||||
"run_at": "document_start"
|
||||
}
|
||||
],
|
||||
"permissions": ["https://raw.githubusercontent.com/*", "storage", "tabs"],
|
||||
"permissions": ["http://*/*", "https://*/*", "storage", "tabs"],
|
||||
"web_accessible_resources": ["assets/fonts/*", "scripts/*", "styles/*"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user