diff options
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/app/manifest.json b/app/manifest.json index 2c5629f7a..fa71742b1 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,13 +1,18 @@ { - "name": "__MSG_appName__", + "name": "MetaMask", "short_name": "Metamask", - "version": "2.6.2", + "version": "2.7.3", "manifest_version": 2, - "description": "__MSG_appDescription__", + "description": "Ethereum Browser Extension", "icons": { "16": "images/icon-16.png", "128": "images/icon-128.png" }, + "applications": { + "gecko": { + "id": "webextension@metamask.io" + } + }, "default_locale": "en", "background": { "scripts": [ |