diff options
author | Gokulakrishna <gokulakrishnaks@gmail.com> | 2018-05-20 11:13:13 +0530 |
---|---|---|
committer | Gokulakrishna <gokulakrishnaks@gmail.com> | 2018-05-20 11:13:21 +0530 |
commit | d9d3600be3cf3aff551e5a8e4acb38239a0507be (patch) | |
tree | e940ecdb2db6a509f7ec0ee8b4c322050038762e /manifest.json | |
parent | d44b612964ef4890bbb766816d484c45cc2d71a8 (diff) |
Notifications for successful redirects. Closes #72 feature request
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": { |