From 695b157e7b511a94a18ada1578ece2e4e838f869 Mon Sep 17 00:00:00 2001 From: MikeCheng1208 Date: Fri, 4 May 2018 19:57:19 +0800 Subject: Intergrate ENS with IPFS --- app/manifest.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'app/manifest.json') diff --git a/app/manifest.json b/app/manifest.json index 3e5eed205..0f5a2566f 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "4.6.0", + "version": "4.6.2", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", @@ -59,14 +59,19 @@ "unlimitedStorage", "clipboardWrite", "http://localhost:8545/", - "https://*.infura.io/" + "https://*.infura.io/", + "activeTab", + "webRequest", + "*://*.eth/" ], "web_accessible_resources": [ - "inpage.js" + "inpage.js", + "*" ], "externally_connectable": { "matches": [ "https://metamask.io/*" ] - } -} \ No newline at end of file + }, + "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" +} -- cgit From 8b8cc94f6f8cb949ee214e814d9d8949d17ddd16 Mon Sep 17 00:00:00 2001 From: MikeCheng1208 Date: Fri, 4 May 2018 19:57:19 +0800 Subject: Intergrate ENS with IPFS --- app/manifest.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/manifest.json') diff --git a/app/manifest.json b/app/manifest.json index 0f5a2566f..ad500e40a 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -74,4 +74,8 @@ ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" +<<<<<<< HEAD } +======= +} +>>>>>>> Intergrate ENS with IPFS -- cgit From 86ead431c3e07eff3ff9deae42ab0994ca998229 Mon Sep 17 00:00:00 2001 From: Yung chieh Tsai Date: Thu, 24 May 2018 22:37:41 +0700 Subject: Update manifest.json --- app/manifest.json | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app/manifest.json') diff --git a/app/manifest.json b/app/manifest.json index ad500e40a..0f5a2566f 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -74,8 +74,4 @@ ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" -<<<<<<< HEAD } -======= -} ->>>>>>> Intergrate ENS with IPFS -- cgit From 4e14313ba8a72648be810f3e78d6e5849b363d11 Mon Sep 17 00:00:00 2001 From: Yung chieh Tsai Date: Fri, 1 Jun 2018 11:26:44 +0800 Subject: Update manifest.json --- app/manifest.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'app/manifest.json') 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'" } -- cgit