2020-03-09 01:55:02 +01:00
|
|
|
{
|
2022-09-12 23:05:41 +02:00
|
|
|
"content_security_policy": {
|
2022-09-14 21:17:50 +02:00
|
|
|
"extension_pages": "script-src 'self'; object-src 'self'; frame-ancestors 'none';"
|
2022-09-12 23:05:41 +02:00
|
|
|
},
|
2020-11-09 14:51:09 +01:00
|
|
|
"externally_connectable": {
|
|
|
|
"matches": ["https://metamask.io/*"],
|
|
|
|
"ids": ["*"]
|
|
|
|
},
|
2023-03-22 16:43:03 +01:00
|
|
|
"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"
|
|
|
|
]
|
2020-09-11 15:57:39 +02:00
|
|
|
}
|