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