From 67eb2f9f27ad1c6fb9a02407c7e8b1ab41597f7b Mon Sep 17 00:00:00 2001 From: Jyoti Puri Date: Wed, 28 Sep 2022 04:23:27 +0530 Subject: [PATCH] Fix permissions in MV3 manifest (#15980) --- app/manifest/v3/_base.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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",