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.
pull/749/head
lilia 10 years ago
parent 8da062f75c
commit 6572c0836f

@ -7,7 +7,8 @@
"offline_enabled": false,
"permissions": [
"unlimitedStorage"
"unlimitedStorage",
"notifications"
],
"icons": {

Loading…
Cancel
Save