From a7506a34544f4df3ba65a854c81fadcca2eb303f Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Wed, 2 Sep 2015 12:14:24 +0000 Subject: CRUD stuff almost ready --- manifest.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifest.json (limited to 'manifest.json') 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 + } +} -- cgit v1.2.3