Skip to content

Commit

Permalink
Revert "Fix permissions in MV3 manifest (#15980)" (#16021)
Browse files Browse the repository at this point in the history
This reverts commit 67eb2f9.
  • Loading branch information
jpuri authored Sep 30, 2022
1 parent 6a0dcf4 commit 300cb6e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/manifest/v3/_base.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 300cb6e

Please sign in to comment.