From d8544dc047d59f521c019d927de038cafff50a20 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 29 Feb 2024 13:18:33 -0500 Subject: [PATCH] Forgot to declarare "alarms" permmission in manifest for Chromium Related commit: https://github.com/gorhill/uBlock/commit/059e4e5e28 --- platform/chromium/manifest.json | 1 + platform/opera/manifest.json | 1 + 2 files changed, 2 insertions(+) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 352dc57c5..df686a0e7 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -97,6 +97,7 @@ "open_in_tab": true }, "permissions": [ + "alarms", "contextMenus", "privacy", "storage", diff --git a/platform/opera/manifest.json b/platform/opera/manifest.json index ea4dc7cf7..afaaad33b 100644 --- a/platform/opera/manifest.json +++ b/platform/opera/manifest.json @@ -93,6 +93,7 @@ "name": "uBlock Origin", "options_page": "dashboard.html", "permissions": [ + "alarms", "contextMenus", "privacy", "storage",