feat(manifest): upgrade version

This commit is contained in:
Juan José Vílchez 2020-12-05 23:44:36 +01:00
parent 3fd01cb843
commit 56b1dd31a6

View File

@ -1,25 +1,25 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "Do Not Consent", "name": "Do Not Consent",
"version": "2.9.5", "version": "2.9.6",
"default_locale": "en", "default_locale": "en",
"description": "__MSG_appDesc__", "description": "__MSG_appDesc__",
"icons": { "icons": {
"16": "assets/icon16.png", "16": "assets/icon16.png",
"48": "assets/icon48.png", "48": "assets/icon48.png",
"128": "assets/icon128.png" "128": "assets/icon128.png"
}, },
"page_action": { "page_action": {
"default_icon": "assets/icon32.png", "default_icon": "assets/icon32.png",
"default_title": "Do Not Consent" "default_title": "Do Not Consent"
}, },
"author": "wanhose", "author": "wanhose",
"content_scripts": [ "content_scripts": [
{ {
"all_frames": true, "all_frames": true,
"js": ["js/content.js"], "js": ["js/content.js"],
"matches": ["http://*/*", "https://*/*"] "matches": ["http://*/*", "https://*/*"]
} }
], ],
"web_accessible_resources": ["js/modules/*"] "web_accessible_resources": ["js/modules/*"]
} }