aboutsummaryrefslogtreecommitdiffstats
path: root/app/manifest.json
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2018-03-07 09:51:53 +0800
committerGitHub <noreply@github.com>2018-03-07 09:51:53 +0800
commit5ebdb215ae37d62bd1757c17b58ce08fb833ff8c (patch)
tree9cfc2f3d81382460a0cfda8258ddc477e3c9279f /app/manifest.json
parentd901268475d64499e0dc7996a368ca68a8e478b4 (diff)
parente91a521b1b0cc9262ca31290f3df5778dd1a6919 (diff)
downloadtangerine-wallet-browser-5ebdb215ae37d62bd1757c17b58ce08fb833ff8c.tar.gz
tangerine-wallet-browser-5ebdb215ae37d62bd1757c17b58ce08fb833ff8c.tar.zst
tangerine-wallet-browser-5ebdb215ae37d62bd1757c17b58ce08fb833ff8c.zip
Merge pull request #3458 from MetaMask/version-4.2.0v4.2.0
Version 4.2.0
Diffstat (limited to 'app/manifest.json')
-rw-r--r--app/manifest.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/manifest.json b/app/manifest.json
index 2b3acf1b5..0c89c2b3e 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "MetaMask",
"short_name": "Metamask",
- "version": "4.1.3",
+ "version": "4.2.0",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "Ethereum Browser Extension",
@@ -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