diff options
Merge pull request #492 from MetaMask/FixChromeBuild
Fix chrome build
Diffstat (limited to 'app/manifest.json')
-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 7039caeb8..9f49d7b52 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,9 +1,9 @@ { - "name": "__MSG_appName__", + "name": "MetaMask", "short_name": "Metamask", - "version": "2.6.2", + "version": "2.7.0", "manifest_version": 2, - "description": "__MSG_appDescription__", + "description": "Ethereum Browser Extension", "icons": { "16": "images/icon-16.png", "128": "images/icon-128.png" |