diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..06ca42a --- /dev/null +++ b/manifest.json @@ -0,0 +1,18 @@ +{ + + "manifest_version": 2, + "name": "Redirector", + "version": "3.0", + + "permissions" : ["webRequest", "webRequestBlocking", "storage", "http://*/*", "https://*/*"], + "applications": { + "gecko": { + "id": "redirector@einaregilsson.com" + } + }, + + "background": { + "scripts": ["js/background.js"], + "persistent": true + } +} |