Skip to content

Commit ac0f042

Browse files
fix: added https support permissions in manifest.json (#25)
* Update manifest.json added permission in host_permissions field for servers that starts with `https` * Update manifest.json removed duplicated values in host_permissions.
1 parent 26d9647 commit ac0f042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"manifest_version": 3,
1818
"name": "Sense (BS Fork)",
19-
"host_permissions": ["http://*/*", "http://*/*"],
19+
"host_permissions": ["http://*/*", "https://*/*"],
2020
"permissions": [ "tabs", "clipboardWrite", "storage", "webRequest", "declarativeNetRequest" ],
2121
"update_url": "https://clients2.google.com/service/update2/crx",
2222
"version": "0.1"

0 commit comments

Comments
 (0)