feat(manifest): upgrade version, enable all frames option and remove exclude array
This commit is contained in:
parent
cbe54df40c
commit
b6776af6ac
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user