From ea569184e153586c54eeb108498af0262a29a108 Mon Sep 17 00:00:00 2001 From: Lesley Norton Date: Tue, 2 Nov 2021 10:15:56 -0500 Subject: [PATCH] Remove nonexistent "applications" manifest key --- src/manifest.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index bc2035a..3bc57d8 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -8,12 +8,6 @@ "48": "img/container-site-d-48.png", "96": "img/container-site-d-96.png" }, - "applications": { - "gecko": { - "id": "@testpilot-containers", - "strict_min_version": "91.1.0" - } - }, "homepage_url": "https://github.com/mozilla/multi-account-containers#readme", "permissions": [ "", @@ -37,7 +31,8 @@ ], "browser_specific_settings": { "gecko": { - "id": "@testpilot-containers" + "id": "@testpilot-containers", + "strict_min_version": "91.1.0" } }, "commands": {