1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

Forgot to declarare "alarms" permmission in manifest for Chromium

Related commit:
https://github.com/gorhill/uBlock/commit/059e4e5e28
This commit is contained in:
Raymond Hill 2024-02-29 13:18:33 -05:00
parent 727e71b328
commit d8544dc047
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,7 @@
"open_in_tab": true "open_in_tab": true
}, },
"permissions": [ "permissions": [
"alarms",
"contextMenus", "contextMenus",
"privacy", "privacy",
"storage", "storage",

View File

@ -93,6 +93,7 @@
"name": "uBlock Origin", "name": "uBlock Origin",
"options_page": "dashboard.html", "options_page": "dashboard.html",
"permissions": [ "permissions": [
"alarms",
"contextMenus", "contextMenus",
"privacy", "privacy",
"storage", "storage",