1
0
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:
Yung chieh Tsai 2018-06-01 11:26:44 +08:00
parent 68d119ce3f
commit 4e14313ba8

View File

@ -1,7 +1,7 @@
{ {
"name": "__MSG_appName__", "name": "__MSG_appName__",
"short_name": "__MSG_appName__", "short_name": "__MSG_appName__",
"version": "4.6.2", "version": "4.6.0",
"manifest_version": 2, "manifest_version": 2,
"author": "https://metamask.io", "author": "https://metamask.io",
"description": "__MSG_appDescription__", "description": "__MSG_appDescription__",
@ -65,13 +65,12 @@
"*://*.eth/" "*://*.eth/"
], ],
"web_accessible_resources": [ "web_accessible_resources": [
"inpage.js", "inpage.js"
"*"
], ],
"externally_connectable": { "externally_connectable": {
"matches": [ "matches": [
"https://metamask.io/*" "https://metamask.io/*"
] ]
}, },
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" "content_security_policy": "script-src 'self'; object-src 'self'"
} }