diff options
-rw-r--r-- | app/manifest.json | 5 |
1 files 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": [ |