Skip to content

Commit

Permalink
refactor(wallet): cleanup wallet manifest (#3597)
Browse files Browse the repository at this point in the history
* refactor(wallet): cleanup wallet manifest

* fix: format
  • Loading branch information
VmMad authored Oct 25, 2024
1 parent 292fdd0 commit 59353a0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions apps/wallet/src/manifest/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
"action": {
"default_popup": "ui.html?type=popup"
},
"host_permissions": [
"http://127.0.0.1:5001/",
"https://fullnode.devnet.iota.org/",
"https://fullnode.staging.iota.org/"
],
"host_permissions": ["https://fullnode.devnet.iota.org/", "https://fullnode.staging.iota.org/"],
"icons": {
"16": "manifest/icons/iota-icon-16.png",
"32": "manifest/icons/iota-icon-32.png",
Expand All @@ -32,10 +28,6 @@
{
"resources": ["dapp-interface.js"],
"matches": ["<all_urls>"]
},
{
"resources": ["ui.html"],
"matches": ["https://*.banxa.com/*"]
}
],
"content_security_policy": {
Expand Down

0 comments on commit 59353a0

Please sign in to comment.