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 ca2a4d7 commit 8921178Copy full SHA for 8921178
src/manifest.json
@@ -28,7 +28,8 @@
28
"content_scripts": [
29
{
30
"matches": [
31
- "https://*/*"
+ "https://*/*",
32
+ "http://*/*"
33
],
34
"js": [
35
"shared.js",
src/manifest.v2.json
0 commit comments