diff --git a/app/manifest/v3/_base.json b/app/manifest/v3/_base.json index 59cb72718..1b9456fd8 100644 --- a/app/manifest/v3/_base.json +++ b/app/manifest/v3/_base.json @@ -49,10 +49,9 @@ "description": "__MSG_appDescription__", "host_permissions": [ "http://localhost:8545/", - "https://*.infura.io/", - "https://chainid.network/chains.json", - "https://lattice.gridplus.io/*", - "*://*.eth/" + "file://*/*", + "http://*/*", + "https://*/*" ], "icons": { "16": "images/icon-16.png",