mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix permissions in MV3 manifest (#15980)
This commit is contained in:
parent
34fe20126a
commit
67eb2f9f27
@ -49,9 +49,10 @@
|
|||||||
"description": "__MSG_appDescription__",
|
"description": "__MSG_appDescription__",
|
||||||
"host_permissions": [
|
"host_permissions": [
|
||||||
"http://localhost:8545/",
|
"http://localhost:8545/",
|
||||||
"file://*/*",
|
"https://*.infura.io/",
|
||||||
"http://*/*",
|
"https://chainid.network/chains.json",
|
||||||
"https://*/*"
|
"https://lattice.gridplus.io/*",
|
||||||
|
"*://*.eth/"
|
||||||
],
|
],
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "images/icon-16.png",
|
"16": "images/icon-16.png",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user