From 22fd58012ae6ed88fc6806da1f8e14cc69738720 Mon Sep 17 00:00:00 2001 From: Philipp Nebert Date: Tue, 30 May 2017 14:22:54 +0200 Subject: [PATCH] old app id has to be added to new manifest file --- manifest.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/manifest.json b/manifest.json index 807ad5c..deb8aff 100644 --- a/manifest.json +++ b/manifest.json @@ -7,6 +7,13 @@ "description": "Automatically generates per-site passwords if you prefix your password with @@ or F2.", + "applications": { + "gecko": { + "id": "{bb8d77b0-a845-4249-a205-ef7395587b69}", + "strict_min_version": "42.0" + } + }, + "icons": { "48": "icons/pwdhash-48.png", "96": "icons/pwdhash-96.png"