mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
25 lines
583 B
JSON
25 lines
583 B
JSON
{
|
|
"content_security_policy": {
|
|
"extension_pages": "script-src 'self'; object-src 'self'; frame-ancestors 'none';"
|
|
},
|
|
"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"
|
|
]
|
|
}
|