diff --git a/manifest.json b/manifest.json index 5e5ee89..2f650b6 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,7 @@ }, "content_scripts": [ { - "matches": ["https://*/*"], + "matches": [""], "js": ["content.js"] } ],