diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2017-03-30 21:31:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-30 21:31:15 +0800 |
commit | 738201e8e5d829282363dda4bc0480dec7245f4a (patch) | |
tree | 6509c317d7f5156a077df9acc0398a8bae75aab5 /app | |
parent | 9a6b84644ab459ed113596f034350768e30ad06b (diff) | |
parent | 8ade8bdf32933ea9449d06aa6a1fc71c10b461c4 (diff) | |
download | tangerine-wallet-browser-738201e8e5d829282363dda4bc0480dec7245f4a.tar tangerine-wallet-browser-738201e8e5d829282363dda4bc0480dec7245f4a.tar.gz tangerine-wallet-browser-738201e8e5d829282363dda4bc0480dec7245f4a.tar.bz2 tangerine-wallet-browser-738201e8e5d829282363dda4bc0480dec7245f4a.tar.lz tangerine-wallet-browser-738201e8e5d829282363dda4bc0480dec7245f4a.tar.xz tangerine-wallet-browser-738201e8e5d829282363dda4bc0480dec7245f4a.tar.zst tangerine-wallet-browser-738201e8e5d829282363dda4bc0480dec7245f4a.zip |
Merge pull request #1288 from MetaMask/i1285-FixFirefoxCurrencyChecks
Fix currency checking for firefox
Diffstat (limited to 'app')
-rw-r--r-- | app/manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/manifest.json b/app/manifest.json index 75e72c295..a3242149b 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -57,7 +57,8 @@ "permissions": [ "storage", "clipboardWrite", - "http://localhost:8545/" + "http://localhost:8545/", + "https://www.cryptonator.com/" ], "web_accessible_resources": [ "scripts/inpage.js" |