mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
23 lines
553 B
JSON
23 lines
553 B
JSON
{
|
|
"content_security_policy": "frame-ancestors 'none'; script-src 'self'; object-src 'self'",
|
|
"externally_connectable": {
|
|
"matches": ["https://metamask.io/*"],
|
|
"ids": ["*"]
|
|
},
|
|
"minimum_chrome_version": "80",
|
|
"permissions": [
|
|
"storage",
|
|
"unlimitedStorage",
|
|
"clipboardWrite",
|
|
"http://localhost:8545/",
|
|
"https://*.infura.io/",
|
|
"https://*.codefi.network/",
|
|
"https://chainid.network/chains.json",
|
|
"https://lattice.gridplus.io/*",
|
|
"activeTab",
|
|
"webRequest",
|
|
"*://*.eth/",
|
|
"notifications"
|
|
]
|
|
}
|