diff options
-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": [ "*" |