Skip to content

Commit 15345d8

Browse files
committed
small fix
1 parent 598df16 commit 15345d8

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
sampleTest
1+
sampleTest
2+
web-ext-artifacts

manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"content_scripts": [
1313
{
1414
"matches": [
15-
"http://localhost:*/*",
16-
"https://localhost:*/*",
17-
"http://127.0.0.1:*/*",
18-
"https://127.0.0.1:*/*"
15+
"http://localhost/*",
16+
"https://localhost/*",
17+
"http://127.0.0.1/*",
18+
"https://127.0.0.1/*"
1919
],
2020
"js": [
2121
"reload.js"
@@ -34,9 +34,9 @@
3434
},
3535
"permissions": [
3636
"tabs",
37-
"http://localhost:*/*",
38-
"https://localhost:*/*",
39-
"http://127.0.0.1:*/*",
40-
"https://127.0.0.1:*/*"
37+
"http://localhost/*",
38+
"https://localhost/*",
39+
"http://127.0.0.1/*",
40+
"https://127.0.0.1/*"
4141
]
4242
}

0 commit comments

Comments
 (0)