chore(manifest): update configuration and upgrade version
This commit is contained in:
parent
ca1b32e0c3
commit
b7a03db020
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Do Not Consent",
|
"name": "Do Not Consent",
|
||||||
"version": "3.2.2",
|
"version": "3.2.3",
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"description": "__MSG_appDesc__",
|
"description": "__MSG_appDesc__",
|
||||||
"icons": {
|
"icons": {
|
||||||
@ -9,8 +9,9 @@
|
|||||||
"48": "assets/icon48.png",
|
"48": "assets/icon48.png",
|
||||||
"128": "assets/icon128.png"
|
"128": "assets/icon128.png"
|
||||||
},
|
},
|
||||||
"page_action": {
|
"browser_action": {
|
||||||
"default_icon": "assets/icon32.png",
|
"default_icon": "assets/icon32.png",
|
||||||
|
"default_popup": "popup.html",
|
||||||
"default_title": "Do Not Consent"
|
"default_title": "Do Not Consent"
|
||||||
},
|
},
|
||||||
"author": "wanhose",
|
"author": "wanhose",
|
||||||
@ -22,6 +23,5 @@
|
|||||||
"run_at": "document_start"
|
"run_at": "document_start"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"permissions": ["storage", "unlimitedStorage"],
|
"web_accessible_resources": ["data/*", "scripts/popup.js", "styles/*"]
|
||||||
"web_accessible_resources": ["elements/index.txt"]
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user