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:
lilia 2015-05-07 17:13:46 -07:00
parent 8da062f75c
commit 6572c0836f

View file

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