diff options
author | Dan Finlay <542863+danfinlay@users.noreply.github.com> | 2018-03-07 12:13:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-07 12:13:53 +0800 |
commit | abe8bc19a8563520f080f3bea28651343cfc1221 (patch) | |
tree | e8664e704f4f42e37d272433c217576be8d1701d /app | |
parent | 2420ad2477f7b688295a55c038b3473a4516dc52 (diff) | |
parent | 5ebdb215ae37d62bd1757c17b58ce08fb833ff8c (diff) | |
download | tangerine-wallet-browser-abe8bc19a8563520f080f3bea28651343cfc1221.tar tangerine-wallet-browser-abe8bc19a8563520f080f3bea28651343cfc1221.tar.gz tangerine-wallet-browser-abe8bc19a8563520f080f3bea28651343cfc1221.tar.bz2 tangerine-wallet-browser-abe8bc19a8563520f080f3bea28651343cfc1221.tar.lz tangerine-wallet-browser-abe8bc19a8563520f080f3bea28651343cfc1221.tar.xz tangerine-wallet-browser-abe8bc19a8563520f080f3bea28651343cfc1221.tar.zst tangerine-wallet-browser-abe8bc19a8563520f080f3bea28651343cfc1221.zip |
Merge branch 'master' into i18n
Diffstat (limited to 'app')
-rw-r--r-- | app/manifest.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/manifest.json b/app/manifest.json index d3326c3f8..6c5ed686b 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "4.1.3", + "version": "4.2.0", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", @@ -59,7 +59,7 @@ "clipboardWrite", "http://localhost:8545/", "https://*.infura.io/" - ], + ], "web_accessible_resources": [ "scripts/inpage.js" ], @@ -68,4 +68,4 @@ "https://metamask.io/*" ] } -} +}
\ No newline at end of file |