From 300cb6e7c5effbce3f5fb401d1b035552d75c85c Mon Sep 17 00:00:00 2001 From: Jyoti Puri Date: Fri, 30 Sep 2022 20:00:59 +0530 Subject: [PATCH] Revert "Fix permissions in MV3 manifest (#15980)" (#16021) This reverts commit 67eb2f9f27ad1c6fb9a02407c7e8b1ab41597f7b. --- app/manifest/v3/_base.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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",