diff --git a/src/manifest.chrome.json b/src/manifest.chrome.json index 7fbf5729..c49838e4 100644 --- a/src/manifest.chrome.json +++ b/src/manifest.chrome.json @@ -24,7 +24,7 @@ ], "content_scripts": [ { - "matches": ["https://*/*"], + "matches": ["https://*/*", "http://*/*"], "js": ["src/content.ts"], "run_at": "document_start" }