aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2015-09-11 14:50:34 +0000
committerEinar Egilsson <einar@einaregilsson.com>2015-09-11 14:50:34 +0000
commit89ba5a704619de23cb7111d086b26d72ab8df274 (patch)
tree3901ac419e380e8b251e79e2cf91a0cbf51c072d /manifest.json
parent462ca78e5c63682c06f96dade70d193b9e1b68c1 (diff)
Almost ready
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 75579fa..834b928 100644
--- a/manifest.json
+++ b/manifest.json
@@ -17,7 +17,7 @@
},
"background": {
- "scripts": ["js/background.js"],
+ "scripts": ["js/redirect.js", "js/background.js"],
"persistent": true
},