mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Update manifest.json
This commit is contained in:
parent
68d119ce3f
commit
4e14313ba8
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "__MSG_appName__",
|
||||
"short_name": "__MSG_appName__",
|
||||
"version": "4.6.2",
|
||||
"version": "4.6.0",
|
||||
"manifest_version": 2,
|
||||
"author": "https://metamask.io",
|
||||
"description": "__MSG_appDescription__",
|
||||
@ -65,13 +65,12 @@
|
||||
"*://*.eth/"
|
||||
],
|
||||
"web_accessible_resources": [
|
||||
"inpage.js",
|
||||
"*"
|
||||
"inpage.js"
|
||||
],
|
||||
"externally_connectable": {
|
||||
"matches": [
|
||||
"https://metamask.io/*"
|
||||
]
|
||||
},
|
||||
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
|
||||
"content_security_policy": "script-src 'self'; object-src 'self'"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user