Skip to content

Commit

Permalink
feat(wallet): Update host permissions (#5011)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 authored Jan 27, 2025
1 parent 6b5cb5c commit 5e4eed5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/wallet/src/manifest/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@
"action": {
"default_popup": "ui.html?type=popup"
},
"host_permissions": ["https://api.devnet.iota.cafe/", "https://api.testnet.iota.cafe/"],
"host_permissions": [
"http://localhost:9000/",
"http://localhost:9124/",
"http://*/*",
"https://*/*"
],
"icons": {
"16": "manifest/icons/iota-icon-16.png",
"32": "manifest/icons/iota-icon-32.png",
Expand Down

0 comments on commit 5e4eed5

Please sign in to comment.