From 4e14313ba8a72648be810f3e78d6e5849b363d11 Mon Sep 17 00:00:00 2001 From: Yung chieh Tsai Date: Fri, 1 Jun 2018 11:26:44 +0800 Subject: [PATCH] Update manifest.json --- app/manifest.json | 7 +++---- 1 file 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'" }