diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2015-09-11 12:08:45 +0000 |
---|---|---|
committer | Einar Egilsson <einar@einaregilsson.com> | 2015-09-11 12:08:45 +0000 |
commit | 462ca78e5c63682c06f96dade70d193b9e1b68c1 (patch) | |
tree | b28a1b279ea523efc021856cd878f41972a0125a /manifest.json | |
parent | 4c7ba5856ce3bf2976094e2c19d1f99054929360 (diff) |
Popup ready
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 20d0b2f..75579fa 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,7 @@ "48": "images/icon48active.png", "128": "images/icon128active.png" }, - "permissions" : ["webRequest", "webRequestBlocking", "storage", "http://*/*", "https://*/*"], + "permissions" : ["webRequest", "webRequestBlocking", "storage", "tabs", "http://*/*", "https://*/*"], "applications": { "gecko": { "id": "redirector@einaregilsson.com" |