diff options
author | Jose Antonio Marquez | 2012-03-21 12:03:36 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-03-21 12:03:36 -0700 |
commit | 873bb850a44d3b388fe6742c6aadc6e0caaae30b (patch) | |
tree | 25444aaca7ea18ea48d1a36e93daed2d17d8c6bc /manifest.json | |
parent | fa3ebf391db168d7c4ebcc86450c66684eeeb5cd (diff) | |
download | ninja-873bb850a44d3b388fe6742c6aadc6e0caaae30b.tar.gz |
Fix: Chrome 19 I/O Bug
Fixed creating new files.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json index 80d8a5be..0500101b 100644 --- a/manifest.json +++ b/manifest.json | |||
@@ -12,9 +12,7 @@ | |||
12 | }, | 12 | }, |
13 | "permissions": [ | 13 | "permissions": [ |
14 | "unlimitedStorage", | 14 | "unlimitedStorage", |
15 | "notifications", | 15 | "notifications" |
16 | "webRequest", | ||
17 | "webRequestBlocking" | ||
18 | ], | 16 | ], |
19 | "requirements": { | 17 | "requirements": { |
20 | "3D": { | 18 | "3D": { |