diff options
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app/manifest.json b/app/manifest.json index d1a4a2f54..4cca79c72 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "Metamask", - "version": "2.6.1", + "version": "2.6.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { @@ -37,6 +37,11 @@ "all_frames": false } ], + "applications": { + "gecko": { + "id": "MOZILLA_EXTENSION_ID" + } + }, "permissions": [ "notifications", "storage", |