aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorJohn Mayhew2012-04-20 11:32:12 -0700
committerJohn Mayhew2012-04-20 11:32:12 -0700
commit38e6cb2e1fbaf432478263376c4eef2be56c84c0 (patch)
tree3867e9421009baa1c7d22cd0f5031bf0377a86b0 /manifest.json
parent0b8ee0f03d1a9c6582f345935885ff293436d513 (diff)
downloadninja-38e6cb2e1fbaf432478263376c4eef2be56c84c0.tar.gz
fixed injection caused by inability to add our webRequest listener due to an incorrect host permission. Reverting to the old hack fix.
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 42fe43f4..b46c9826 100644
--- a/manifest.json
+++ b/manifest.json
@@ -15,7 +15,7 @@
15 "notifications", 15 "notifications",
16 "webRequest", 16 "webRequest",
17 "webRequestBlocking", 17 "webRequestBlocking",
18 "http://localhost:/" 18 "http://ninja/*"
19 ], 19 ],
20 "requirements": { 20 "requirements": {
21 "3D": { 21 "3D": {