From 01c2e02a2bf827b63019f9899861c35dcc449664 Mon Sep 17 00:00:00 2001 From: l3afblow3r <78950913+l3afblow3r@users.noreply.github.com> Date: Wed, 17 Mar 2021 15:43:19 +0100 Subject: [PATCH] Allow Extension on Local Files --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",