diff options
Merge pull request #2049 from MetaMask/i1938-removecryptopermissions
Remove cryptonator from chrome manifest file
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/manifest.json b/app/manifest.json index 51e82d6e3..f597bec7f 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -57,9 +57,8 @@ "permissions": [ "storage", "clipboardWrite", - "http://localhost:8545/", - "https://api.cryptonator.com/" - ], + "http://localhost:8545/" + ], "web_accessible_resources": [ "scripts/inpage.js" ], |