From e7140262f2f8090f342613e667d242b6e2d68f01 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 23 Dec 2019 10:03:31 -0500 Subject: [PATCH] Use correct manifest key (instead of the alias) --- platform/firefox/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index 72af30e..ddb1a37 100644 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -1,5 +1,5 @@ { - "applications": { + "browser_specific_settings": { "gecko": { "id": "uMatrix@raymondhill.net", "strict_min_version": "56.0a1"