From 2ff0abfb89390aec3efb68880aec3f92ce9ccade Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 18 Jun 2022 11:18:27 -0400 Subject: [PATCH] Fix popup panel for Thunderbird Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/2144 --- platform/thunderbird/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/thunderbird/manifest.json b/platform/thunderbird/manifest.json index dd1165c55..69950a027 100644 --- a/platform/thunderbird/manifest.json +++ b/platform/thunderbird/manifest.json @@ -16,7 +16,7 @@ "32": "img/icon_32.png" }, "default_title": "uBlock Origin", - "default_popup": "popup.html" + "default_popup": "popup-fenix.html" }, "content_scripts": [ {