1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00
metamask-extension/app/manifest/v2/chrome.json
2023-03-29 20:11:08 +01:00

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"
}