feat: allow to be used on the intranet (#99)

This commit is contained in:
josc146
2023-03-27 16:52:35 +08:00
parent caddb972a5
commit a4a55a3587
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -28,7 +28,8 @@
"content_scripts": [
{
"matches": [
"https://*/*"
"https://*/*",
"http://*/*"
],
"js": [
"shared.js",
+2 -1
View File
@@ -28,7 +28,8 @@
"content_scripts": [
{
"matches": [
"https://*/*"
"https://*/*",
"http://*/*"
],
"js": [
"shared.js",