From 4bbd5000d41f61268d983acf5824c762d70d3a89 Mon Sep 17 00:00:00 2001 From: Mario Colque Date: Fri, 16 May 2014 11:19:33 -0300 Subject: [PATCH] added notifications permissions --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 45e024655..503df121e 100644 --- a/manifest.json +++ b/manifest.json @@ -10,7 +10,7 @@ "default_popup": "popup.html" }, "permissions": [ - "tabs", "storage" + "tabs", "storage", "notifications" ], "options_page": "index.html#/settings", "icons": {