diff options
author | John Mayhew | 2012-04-20 11:32:12 -0700 |
---|---|---|
committer | John Mayhew | 2012-04-20 11:32:12 -0700 |
commit | 38e6cb2e1fbaf432478263376c4eef2be56c84c0 (patch) | |
tree | 3867e9421009baa1c7d22cd0f5031bf0377a86b0 | |
parent | 0b8ee0f03d1a9c6582f345935885ff293436d513 (diff) | |
download | ninja-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.
-rw-r--r-- | manifest.json | 2 |
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": { |