diff options
author | Valerio Virgillito | 2012-03-21 17:22:47 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-03-21 17:22:47 -0700 |
commit | f0392fb5a05c5d4b3dd37ebc64c1dee2c2b6b848 (patch) | |
tree | f36b68c990a0c9e336780264dc6eb166c5ca54dd /manifest.json | |
parent | 19aca6ec6f3c10922646f0ca760a375acdffaf56 (diff) | |
download | ninja-f0392fb5a05c5d4b3dd37ebc64c1dee2c2b6b848.tar.gz |
Changes to the webrequest blocking and adding a google.com permission workaround
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 0500101b..50e1cba1 100644 --- a/manifest.json +++ b/manifest.json | |||
@@ -12,7 +12,10 @@ | |||
12 | }, | 12 | }, |
13 | "permissions": [ | 13 | "permissions": [ |
14 | "unlimitedStorage", | 14 | "unlimitedStorage", |
15 | "notifications" | 15 | "notifications", |
16 | "webRequest", | ||
17 | "webRequestBlocking", | ||
18 | "http://www.google.com/*" | ||
16 | ], | 19 | ], |
17 | "requirements": { | 20 | "requirements": { |
18 | "3D": { | 21 | "3D": { |