aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2015-09-02 12:14:24 +0000
committerEinar Egilsson <einar@einaregilsson.com>2015-09-02 12:14:24 +0000
commita7506a34544f4df3ba65a854c81fadcca2eb303f (patch)
tree7421ff72bcfabfac94bb5ddd48e33c73af75a7e2 /manifest.json
parent4d9993f230c59f8a97767599b1d81eeeac3d35ec (diff)
CRUD stuff almost ready
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json18
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
+ }
+}