From eef69e86c9d8011e33038784e25b4bc82794f902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Br=C3=BCggemann?= Date: Mon, 12 Mar 2018 14:50:37 +0100 Subject: [PATCH 1/2] Fix `web-ext lint` warnings --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index b950197..f303181 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,8 @@ "version": "2.0", "applications": { "gecko": { - "strict_min_version": "57" + "id": "{eec25eb8-7faf-4b51-a9e2-fdf58c99e298}", + "strict_min_version": "57.0" } }, From 10f99b362471a1e48d71653bbe1039666013884d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Br=C3=BCggemann?= Date: Sun, 3 Jun 2018 12:12:10 +0200 Subject: [PATCH 2/2] Update manifest>applications>gecko>id --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index f303181..0a8e92f 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "version": "2.0", "applications": { "gecko": { - "id": "{eec25eb8-7faf-4b51-a9e2-fdf58c99e298}", + "id": "giftoggle@simonsoftware.se", "strict_min_version": "57.0" } },