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"] }