Get notification permission on install
Notifications are still configured off by default, but now we don't need to trigger the pop-down permission dialogue if the user enables them.
This commit is contained in:
parent
8da062f75c
commit
6572c0836f
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@
|
|||
"offline_enabled": false,
|
||||
|
||||
"permissions": [
|
||||
"unlimitedStorage"
|
||||
"unlimitedStorage",
|
||||
"notifications"
|
||||
],
|
||||
|
||||
"icons": {
|
||||
|
|
Loading…
Reference in a new issue