mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Forgot to declarare "alarms" permmission in manifest for Chromium
Related commit: https://github.com/gorhill/uBlock/commit/059e4e5e28
This commit is contained in:
parent
727e71b328
commit
d8544dc047
2 changed files with 2 additions and 0 deletions
|
|
@ -97,6 +97,7 @@
|
|||
"open_in_tab": true
|
||||
},
|
||||
"permissions": [
|
||||
"alarms",
|
||||
"contextMenus",
|
||||
"privacy",
|
||||
"storage",
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@
|
|||
"name": "uBlock Origin",
|
||||
"options_page": "dashboard.html",
|
||||
"permissions": [
|
||||
"alarms",
|
||||
"contextMenus",
|
||||
"privacy",
|
||||
"storage",
|
||||
|
|
|
|||
Loading…
Reference in a new issue