We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1fbb1 commit 0d2defdCopy full SHA for 0d2defd
1 file changed
src/manifest.chrome.json
@@ -12,6 +12,10 @@
12
"storage",
13
"scripting"
14
],
15
+ "host_permissions": [
16
+ "http://*/*",
17
+ "https://*/*"
18
+ ],
19
"action": {
20
"default_popup": "popup.html"
21
},
0 commit comments