We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598df16 commit 15345d8Copy full SHA for 15345d8
.gitignore
@@ -1 +1,2 @@
1
-sampleTest
+sampleTest
2
+web-ext-artifacts
manifest.json
@@ -12,10 +12,10 @@
12
"content_scripts": [
13
{
14
"matches": [
15
- "http://localhost:*/*",
16
- "https://localhost:*/*",
17
- "http://127.0.0.1:*/*",
18
- "https://127.0.0.1:*/*"
+ "http://localhost/*",
+ "https://localhost/*",
+ "http://127.0.0.1/*",
+ "https://127.0.0.1/*"
19
],
20
"js": [
21
"reload.js"
@@ -34,9 +34,9 @@
34
},
35
"permissions": [
36
"tabs",
37
38
39
40
41
]
42
}
0 commit comments