From f778c691a18f87f0dcb910b8f6070de4c515e85b Mon Sep 17 00:00:00 2001 From: Mike Crittenden Date: Mon, 4 Dec 2017 14:52:56 -0500 Subject: [PATCH] Only add applications to Firefox manifest.json --- app/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/manifest.json b/app/manifest.json index 52273a3..82edb4a 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -5,7 +5,7 @@ "version": "2.2.3", "manifest_version": 2, "default_locale": "en", - "applications": { + "__firefox__applications": { "gecko": { "id": "Shortkeys@Shortkeys.com", "strict_min_version": "47.0"