From d9d3600be3cf3aff551e5a8e4acb38239a0507be Mon Sep 17 00:00:00 2001 From: Gokulakrishna Date: Sun, 20 May 2018 11:13:13 +0530 Subject: Notifications for successful redirects. Closes #72 feature request --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index e3128f1..1325ba9 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,7 @@ "64": "images/icon-active-64.png", "128": "images/icon-active-128.png" }, - "permissions" : ["webRequest", "webRequestBlocking", "storage", "tabs", "http://*/*", "https://*/*"], + "permissions" : ["webRequest", "webRequestBlocking", "storage", "tabs", "http://*/*", "https://*/*", "notifications"], "applications": { "gecko": { -- cgit v1.2.3