chore(manifest): update configuration
This commit is contained in:
parent
0084f4e00c
commit
f53b54f345
@ -1,22 +1,21 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Do Not Consent",
|
"name": "Do Not Consent",
|
||||||
"version": "3.3.0",
|
"version": "3.4.0",
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"description": "__MSG_appDesc__",
|
"description": "__MSG_appDesc__",
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "assets/icon16.png",
|
"16": "assets/icons/16.png",
|
||||||
"32": "assets/icon32.png",
|
"32": "assets/icons/32.png",
|
||||||
"48": "assets/icon48.png",
|
"48": "assets/icons/48.png",
|
||||||
"128": "assets/icon128.png"
|
"128": "assets/icons/128.png"
|
||||||
},
|
},
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_icon": "assets/icon-disabled.png",
|
"default_icon": "assets/icons/disabled.png",
|
||||||
"default_title": "Do Not Consent"
|
"default_title": "Do Not Consent"
|
||||||
},
|
},
|
||||||
"author": "wanhose",
|
"author": "wanhose",
|
||||||
"background": {
|
"background": {
|
||||||
"persistent": false,
|
|
||||||
"scripts": ["scripts/background.js"]
|
"scripts": ["scripts/background.js"]
|
||||||
},
|
},
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
@ -27,11 +26,6 @@
|
|||||||
"run_at": "document_start"
|
"run_at": "document_start"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"permissions": ["storage", "tabs", "unlimitedStorage"],
|
"permissions": ["https://raw.githubusercontent.com/*", "storage", "tabs"],
|
||||||
"web_accessible_resources": [
|
"web_accessible_resources": ["assets/fonts/*", "scripts/*", "styles/*"]
|
||||||
"data/elements.txt",
|
|
||||||
"scripts/popup.js",
|
|
||||||
"styles/index.css",
|
|
||||||
"styles/reset.css"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user