From afd53323cf5599027eb580497c75d4f66fc7328f Mon Sep 17 00:00:00 2001 From: s2 Date: Mon, 11 Dec 2017 16:58:47 +0100 Subject: [PATCH] add gecko id --- src/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/manifest.json b/src/manifest.json index 07fd8a3..cb29f87 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -4,6 +4,11 @@ "name": "pwgen reloaded", "version": "1.1.22", "homepage_url": "https://github.com/S2-/pwgen", + "applications": { + "gecko": { + "id": "{46b66c4d-605f-4f4d-8689-20b44b45656c}" + } + }, "icons": { "48": "icons/lock-48.png" },