aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/manifest.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/manifest.json b/app/manifest.json
index 0f5a2566f..1a4114a1b 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -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'"
}