feat(manifest): upgrade version and minor changes

This commit is contained in:
Juan José Vílchez 2020-12-30 20:59:32 +01:00
parent 813585d21d
commit 82459d2116

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Do Not Consent",
"version": "2.9.7",
"version": "3.0.0",
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
@ -17,9 +17,9 @@
"content_scripts": [
{
"all_frames": true,
"js": ["js/content.js"],
"js": ["scripts/content.js"],
"matches": ["http://*/*", "https://*/*"]
}
],
"web_accessible_resources": ["js/modules/*"]
"web_accessible_resources": ["filters/index.txt"]
}