diff options
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/manifest.json b/app/manifest.json index 88b097f5d..95aee245c 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -8,6 +8,11 @@ "16": "images/icon-16.png", "128": "images/icon-128.png" }, + "applications": { + "gecko": { + "id": "webextension@metamask.io" + } + }, "default_locale": "en", "background": { "scripts": [ @@ -37,11 +42,6 @@ "all_frames": false } ], - "applications": { - "gecko": { - "id": "MOZILLA_EXTENSION_ID" - } - }, "permissions": [ "notifications", "storage", |