mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
27f3af80bd
This reverts commit 1eb102fd96
.
9 lines
224 B
JSON
9 lines
224 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"
|
|
}
|