aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-02-17 00:19:48 -0800
committerJose Antonio Marquez2012-02-17 00:19:48 -0800
commit66af1dd3e5aa80b257ba711600d112752ecaf655 (patch)
treed7c0799adce17ba2ad2e956e956ef1ad11a85ceb /manifest.json
parente404c691b84ca8fd1ab17fc6187bccb3f94258fb (diff)
downloadninja-66af1dd3e5aa80b257ba711600d112752ecaf655.tar.gz
Adding Chrome webRequest intercept
Need to add logic to resolve file's actual URL dynamically.
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 12a5d8b7..2754c71e 100644
--- a/manifest.json
+++ b/manifest.json
@@ -12,7 +12,9 @@
12 }, 12 },
13 "permissions": [ 13 "permissions": [
14 "unlimitedStorage", 14 "unlimitedStorage",
15 "notifications" 15 "notifications",
16 "webRequestBlocking",
17 "webRequest"
16 ], 18 ],
17 "requirements": { 19 "requirements": {
18 "3D": { 20 "3D": {