From ac405b8afb82de83e3147c3417f03821515349ae Mon Sep 17 00:00:00 2001 From: Chen Wei Date: Thu, 4 Jul 2019 14:46:30 +0800 Subject: make it work on FF --- app/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/manifest.json b/app/manifest.json index 58b0589b5..001a6426f 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -21,7 +21,7 @@ }, "applications": { "gecko": { - "id": "webextension@metamask.io" + "id": "dev@byzantine-lab.io" } }, "default_locale": "en", @@ -68,9 +68,10 @@ "clipboardWrite", "http://localhost:8545/", "https://*.infura.io/", - "https://*.tangerine.garden", + "https://*.tangerine-network.io/*", "activeTab", "webRequest", + "*://*.eth/", "notifications" ], "web_accessible_resources": [ -- cgit v1.2.3