From 6572c0836f5a1684223a1104c8511e868c6b9882 Mon Sep 17 00:00:00 2001 From: lilia Date: Thu, 7 May 2015 17:13:46 -0700 Subject: [PATCH] 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. --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 9a5279bc..ee87347c 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,8 @@ "offline_enabled": false, "permissions": [ - "unlimitedStorage" + "unlimitedStorage", + "notifications" ], "icons": {