Skip to content

Commit

Permalink
fix: added https support permissions in manifest.json (#25)
Browse files Browse the repository at this point in the history
* Update manifest.json

added permission in host_permissions field for servers that starts with `https`

* Update manifest.json

removed duplicated values in host_permissions.
  • Loading branch information
yusufyilmazfr authored Aug 8, 2023
1 parent 26d9647 commit ac0f042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"manifest_version": 3,
"name": "Sense (BS Fork)",
"host_permissions": ["http://*/*", "http://*/*"],
"host_permissions": ["http://*/*", "https://*/*"],
"permissions": [ "tabs", "clipboardWrite", "storage", "webRequest", "declarativeNetRequest" ],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "0.1"
Expand Down

0 comments on commit ac0f042

Please sign in to comment.