diff --git a/public/manifest.json b/public/manifest.json index 69b00f13..b531d227 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -25,7 +25,7 @@ "optional_permissions": ["declarativeContent"], "content_scripts": [ { - "matches": ["https://*.*/*"], + "matches": ["https://*/*"], "js": ["purify.min.js", "SEQTA.js"], "run_at": "document_start" }