mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-26 04:12:50 +01: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
@ -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 New Issue
Block a user