diff --git a/src/manifest.json b/src/manifest.json index e7d7538..ecf9313 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Do Not Consent", - "version": "2.7", + "version": "2.8", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { @@ -18,7 +18,7 @@ { "all_frames": true, "js": ["js/content.js"], - "matches": ["*://*/*"] + "matches": ["http://*/*", "https://*/*"] } ], "web_accessible_resources": ["js/modules/*"]