diff options
author | Jose Antonio Marquez | 2012-02-08 14:53:40 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-08 14:53:40 -0800 |
commit | 5a69d5be181ea98fa842977885ebd8c861dda6ca (patch) | |
tree | a417e0e6bc41c417a33017299c40435e6d557d09 /manifest.json | |
parent | 2133bd1e74864b4b69d824ba7977fa07034af962 (diff) | |
parent | 0537f8f29e7b8dd48fd08f20b1533fbe92a54c4b (diff) | |
download | ninja-5a69d5be181ea98fa842977885ebd8c861dda6ca.tar.gz |
Merge branch 'refs/heads/NinjaInternal' into FileIO
Conflicts:
manifest.json
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 36 |
1 files changed, 23 insertions, 13 deletions
diff --git a/manifest.json b/manifest.json index 0ffea9b0..12047172 100644 --- a/manifest.json +++ b/manifest.json | |||
@@ -1,15 +1,25 @@ | |||
1 | { | 1 | { |
2 | "name": "Motorola Mobility Ninja", | 2 | "name": "Motorola Ninja", |
3 | "description": "Local Development Version", | 3 | "description": "Motorola Ninja HTML5 Authoring Tool Pre-Alpha", |
4 | "version": "0.0", | 4 | "version": "0.5.0.0", |
5 | "icons": {"128": "ninja_icon.png"}, | 5 | "app": { |
6 | "app": { | 6 | "launch": { |
7 | "launch": {"local_path": "index.html"} | 7 | "local_path": "index.html" |
8 | }, | 8 | } |
9 | "permissions": ["unlimitedStorage"], | 9 | }, |
10 | "requirements": { | 10 | "icons": { |
11 | "3D": { | 11 | "128": "ninja_icon_128.png" |
12 | "features": ["css3d", "webgl"] | 12 | }, |
13 | } | 13 | "permissions": [ |
14 | } | 14 | "unlimitedStorage", |
15 | "notifications" | ||
16 | ], | ||
17 | "requirements": { | ||
18 | "3D": { | ||
19 | "features": ["css3d", "webgl"] | ||
20 | } | ||
21 | }, | ||
22 | "minimum_chrome_version": "16.0.0.0", | ||
23 | "offline_enabled": true, | ||
24 | "update_url": "http://tetsubo.org/go/ninjaupdate" | ||
15 | } \ No newline at end of file | 25 | } \ No newline at end of file |