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