diff options
author | Nivesh Rajbhandari | 2012-03-19 15:40:16 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-03-19 15:40:16 -0700 |
commit | a4e6c7a180252b3d315e62f63f1ec7da09d58153 (patch) | |
tree | d80704d091bcbb49fa6ef25a9d9a9dae390fe989 | |
parent | 4f7f744b6982142c08b82239e8dbe40b610bf68b (diff) | |
download | ninja-a4e6c7a180252b3d315e62f63f1ec7da09d58153.tar.gz |
Need to allow youtube.com content in Ninja's manifest. Note you will have to reload the Ninja extension.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
-rw-r--r-- | manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 80d8a5be..2ab4369b 100644 --- a/manifest.json +++ b/manifest.json | |||
@@ -14,7 +14,8 @@ | |||
14 | "unlimitedStorage", | 14 | "unlimitedStorage", |
15 | "notifications", | 15 | "notifications", |
16 | "webRequest", | 16 | "webRequest", |
17 | "webRequestBlocking" | 17 | "webRequestBlocking", |
18 | "http://www.youtube.com/*" | ||
18 | ], | 19 | ], |
19 | "requirements": { | 20 | "requirements": { |
20 | "3D": { | 21 | "3D": { |