feat(manifest): upgrade version

This commit is contained in:
wanhose 2020-06-11 17:15:03 +02:00
parent a58e5cb72b
commit af4230ddcb

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "Do Not Consent", "name": "Do Not Consent",
"version": "2.7", "version": "2.8",
"default_locale": "en", "default_locale": "en",
"description": "__MSG_appDesc__", "description": "__MSG_appDesc__",
"icons": { "icons": {
@ -18,7 +18,7 @@
{ {
"all_frames": true, "all_frames": true,
"js": ["js/content.js"], "js": ["js/content.js"],
"matches": ["*://*/*"] "matches": ["http://*/*", "https://*/*"]
} }
], ],
"web_accessible_resources": ["js/modules/*"] "web_accessible_resources": ["js/modules/*"]