From 82459d211672c360ec9a67828e3560b1451982d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jose=CC=81=20Vi=CC=81lchez?= Date: Wed, 30 Dec 2020 20:59:32 +0100 Subject: [PATCH] feat(manifest): upgrade version and minor changes --- src/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 7302577..d132065 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -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"] }