From f9408415a57432b0efef9c3fb64c20b275704450 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 1 Apr 2024 14:50:06 -0400 Subject: [PATCH] Add missing `alarms` permissions in Thunderbird manifest Possibly related: https://old.reddit.com/r/uBlockOrigin/comments/1bquaw8/ublock_origin_157_announcement_thread_please/kxktycl/ --- platform/thunderbird/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/thunderbird/manifest.json b/platform/thunderbird/manifest.json index cb7cccaab..7fd6fad9a 100644 --- a/platform/thunderbird/manifest.json +++ b/platform/thunderbird/manifest.json @@ -78,6 +78,7 @@ "open_in_tab": true }, "permissions": [ + "alarms", "privacy", "storage", "tabs",