From 8df433ca8476e14b08fc95be973283d0200f8458 Mon Sep 17 00:00:00 2001 From: bitpshr Date: Sun, 24 Jun 2018 23:50:55 -0400 Subject: Add support for .test Ropsten ENS domains --- app/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/manifest.json') diff --git a/app/manifest.json b/app/manifest.json index a226adfb0..b67cef025 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -62,7 +62,8 @@ "https://*.infura.io/", "activeTab", "webRequest", - "*://*.eth/" + "*://*.eth/", + "*://*.test/" ], "web_accessible_resources": [ "inpage.js" -- cgit From 6921f94bfe11e618dbe586e608a5b6aeaa8feadf Mon Sep 17 00:00:00 2001 From: Csaba Solya Date: Thu, 19 Jul 2018 22:34:06 +0200 Subject: initial test --- app/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/manifest.json') diff --git a/app/manifest.json b/app/manifest.json index b67cef025..52256c5b7 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -63,7 +63,8 @@ "activeTab", "webRequest", "*://*.eth/", - "*://*.test/" + "*://*.test/", + "notifications" ], "web_accessible_resources": [ "inpage.js" -- cgit