chore(manifest): upgrade permissions and version
This commit is contained in:
parent
a363bf7344
commit
5c6d425ab1
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Cookie Dialog Monster",
|
"name": "Cookie Dialog Monster",
|
||||||
"version": "5.2.1",
|
"version": "5.3.0",
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"description": "__MSG_appDesc__",
|
"description": "__MSG_appDesc__",
|
||||||
"icons": {
|
"icons": {
|
||||||
@ -27,6 +27,12 @@
|
|||||||
"run_at": "document_start"
|
"run_at": "document_start"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"permissions": ["http://*/*", "https://*/*", "storage", "tabs"],
|
"permissions": [
|
||||||
|
"contextMenus",
|
||||||
|
"http://*/*",
|
||||||
|
"https://*/*",
|
||||||
|
"storage",
|
||||||
|
"tabs"
|
||||||
|
],
|
||||||
"web_accessible_resources": ["assets/fonts/*", "scripts/*", "styles/*"]
|
"web_accessible_resources": ["assets/fonts/*", "scripts/*", "styles/*"]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user