mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Fix permissions in MV3 manifest (#15980)
This commit is contained in:
parent
34fe20126a
commit
67eb2f9f27
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user