From b6776af6acb8e15cc1b63da4a3b1a5c4855219d9 Mon Sep 17 00:00:00 2001 From: wanhose Date: Wed, 23 Jun 2021 00:02:27 +0200 Subject: [PATCH] feat(manifest): upgrade version, enable all frames option and remove exclude array --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index a5f1668..2342898 100644 --- a/manifest.json +++ b/manifest.json @@ -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"