diff options
author | Hsuan Lee <hsuan@cobinhood.com> | 2018-11-08 23:19:01 +0800 |
---|---|---|
committer | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-10 18:35:00 +0800 |
commit | 46fce27f13c3681a7e5403842e518717925a6b17 (patch) | |
tree | 6d37a7340059c95c5e59704136bfc97944c7e083 | |
parent | c7105acb294ea73b0f70feb10ccc0f6d925cfdbb (diff) | |
download | dexon-wallet-46fce27f13c3681a7e5403842e518717925a6b17.tar.gz dexon-wallet-46fce27f13c3681a7e5403842e518717925a6b17.tar.zst dexon-wallet-46fce27f13c3681a7e5403842e518717925a6b17.zip |
Refine manifest
-rw-r--r-- | app/manifest.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app/manifest.json b/app/manifest.json index c796e9a6..73eb5f38 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -66,11 +66,9 @@ "storage", "unlimitedStorage", "clipboardWrite", - "http://localhost:8545/", - "https://*.infura.io/", + "https://testnet.dexscan.org/", "activeTab", "webRequest", - "*://*.eth/", "notifications" ], "web_accessible_resources": [ @@ -79,7 +77,7 @@ ], "externally_connectable": { "matches": [ - "https://metamask.io/*" + "https://*.dexscan.org/*" ], "ids": [ "*" |