diff --git a/src/manifest.json b/src/manifest.json index f3c5af49..62f20427 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -16,7 +16,7 @@ "background": {"page": "chrome/background.html"}, "content_scripts": [ { - "matches": ["http://*/*", "https://*/*"], + "matches": ["http://*/*", "https://*/*", "file:///*"], "js": [ "common/utils.js", "common/common-logic.js",