feat(manifest): update permissions and update version
This commit is contained in:
parent
33c579d0c1
commit
607a73a589
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Do Not Consent",
|
"name": "Do Not Consent",
|
||||||
"version": "3.0.3",
|
"version": "3.1.0",
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"description": "__MSG_appDesc__",
|
"description": "__MSG_appDesc__",
|
||||||
"icons": {
|
"icons": {
|
||||||
@ -21,5 +21,6 @@
|
|||||||
"matches": ["http://*/*", "https://*/*"]
|
"matches": ["http://*/*", "https://*/*"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"permissions": ["storage", "unlimitedStorage"],
|
||||||
"web_accessible_resources": ["filters/index.txt"]
|
"web_accessible_resources": ["filters/index.txt"]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user