From e4a93069b644e3515bd77aeb455f8e20eaf3d662 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Tue, 13 Aug 2024 22:14:37 -0400 Subject: [PATCH] Revert "Fix releasing Firefox extension" This reverts commit 92881382b2bbe87eaef565d4fe2d2ba1413a957f. --- extension/firefox/manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/extension/firefox/manifest.json b/extension/firefox/manifest.json index 8bbc50f4..204ca04e 100644 --- a/extension/firefox/manifest.json +++ b/extension/firefox/manifest.json @@ -4,6 +4,12 @@ "manifest_version": 2, "description": "Redux Developer Tools for debugging application state changes.", "homepage_url": "https://github.com/reduxjs/redux-devtools", + "applications": { + "gecko": { + "id": "extension@redux.devtools", + "strict_min_version": "54.0" + } + }, "page_action": { "default_icon": "img/logo/38x38.png", "default_title": "Redux DevTools",