mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
11 lines
254 B
JSON
11 lines
254 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": "88"
|
|
}
|