feat(manifest): upgrade version, enable all frames option and remove exclude array

This commit is contained in:
wanhose 2021-06-23 00:02:27 +02:00
parent cbe54df40c
commit b6776af6ac

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "Do Not Consent", "name": "Do Not Consent",
"version": "3.4.2", "version": "4.0.0",
"default_locale": "en", "default_locale": "en",
"description": "__MSG_appDesc__", "description": "__MSG_appDesc__",
"icons": { "icons": {
@ -20,7 +20,8 @@
}, },
"content_scripts": [ "content_scripts": [
{ {
"exclude_matches": ["https://accounts.google.com/*"], "all_frames": true,
"css": ["styles/content.css"],
"js": ["scripts/content.js"], "js": ["scripts/content.js"],
"matches": ["http://*/*", "https://*/*"], "matches": ["http://*/*", "https://*/*"],
"run_at": "document_start" "run_at": "document_start"