From 59353a09264981311f9adb8d25f1a64c5ed27498 Mon Sep 17 00:00:00 2001 From: JCNoguera <88061365+VmMad@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:27:08 +0200 Subject: [PATCH] refactor(wallet): cleanup wallet manifest (#3597) * refactor(wallet): cleanup wallet manifest * fix: format --- apps/wallet/src/manifest/manifest.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/apps/wallet/src/manifest/manifest.json b/apps/wallet/src/manifest/manifest.json index 8b11d12b5bc..944f62bba9b 100644 --- a/apps/wallet/src/manifest/manifest.json +++ b/apps/wallet/src/manifest/manifest.json @@ -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", @@ -32,10 +28,6 @@ { "resources": ["dapp-interface.js"], "matches": [""] - }, - { - "resources": ["ui.html"], - "matches": ["https://*.banxa.com/*"] } ], "content_security_policy": {