diff options
author | Chen Wei <chenwei@byzantine-lab.io> | 2019-07-04 14:46:30 +0800 |
---|---|---|
committer | Chen Wei <chenwei@byzantine-lab.io> | 2019-07-04 14:46:30 +0800 |
commit | ac405b8afb82de83e3147c3417f03821515349ae (patch) | |
tree | c7ed042e951abfaa97b5a3f952e9592097cc847d | |
parent | 2e9a43b60000ffb29015bd9e14080de1bc58402e (diff) | |
download | tangerine-wallet-browser-ac405b8afb82de83e3147c3417f03821515349ae.tar.gz tangerine-wallet-browser-ac405b8afb82de83e3147c3417f03821515349ae.tar.zst tangerine-wallet-browser-ac405b8afb82de83e3147c3417f03821515349ae.zip |
make it work on FF
-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": [ |