From 7cc6dbfdf0d03ab289aa2f95d9bbea0c46a082ec Mon Sep 17 00:00:00 2001 From: idk Date: Wed, 13 Oct 2021 21:27:02 -0400 Subject: [PATCH] Try and cut a release with the new information from Mozilla. Add details about min Firefox version to readme --- manifest.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index a6ac84f..1e8885d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,13 +1,7 @@ { - "applications": { - "gecko": { - "id": "i2ppb@eyedeekay.github.io", - "strict_min_version": "91.1.0" - } - }, "browser_specific_settings": { "gecko": { - "id": "addon@example.com", + "id": "i2ppb@eyedeekay.github.io", "strict_min_version": "91.1.0" } },