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, "offline_enabled": false,
"permissions": [ "permissions": [
"unlimitedStorage" "unlimitedStorage",
"notifications"
], ],
"icons": { "icons": {

Loading…
Cancel
Save