Skip to content

Commit 8921178

Browse files
committed
feat: allow to be used on the intranet (#99)
1 parent ca2a4d7 commit 8921178

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"content_scripts": [
2929
{
3030
"matches": [
31-
"https://*/*"
31+
"https://*/*",
32+
"http://*/*"
3233
],
3334
"js": [
3435
"shared.js",

src/manifest.v2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"content_scripts": [
2929
{
3030
"matches": [
31-
"https://*/*"
31+
"https://*/*",
32+
"http://*/*"
3233
],
3334
"js": [
3435
"shared.js",

0 commit comments

Comments
 (0)