From a4a55a35877deb78072452e00906c986194bd099 Mon Sep 17 00:00:00 2001 From: josc146 Date: Mon, 27 Mar 2023 16:52:35 +0800 Subject: [PATCH] feat: allow to be used on the intranet (#99) --- src/manifest.json | 3 ++- src/manifest.v2.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 44e73ad..ee9697e 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -28,7 +28,8 @@ "content_scripts": [ { "matches": [ - "https://*/*" + "https://*/*", + "http://*/*" ], "js": [ "shared.js", diff --git a/src/manifest.v2.json b/src/manifest.v2.json index 98f217e..c04d353 100644 --- a/src/manifest.v2.json +++ b/src/manifest.v2.json @@ -28,7 +28,8 @@ "content_scripts": [ { "matches": [ - "https://*/*" + "https://*/*", + "http://*/*" ], "js": [ "shared.js",