diff options
author | hwc487 | 2012-04-26 13:04:25 -0700 |
---|---|---|
committer | hwc487 | 2012-04-26 13:04:25 -0700 |
commit | 37f2d5230175c0fb9a4792f5e3d804f7604442e1 (patch) | |
tree | c8260f151270c6bdbe08869ebaeb837777c28d1b /manifest.json | |
parent | f13d0f45f6b449764898e99db309c43b51a33476 (diff) | |
parent | 902dc18296fc78f3b8e67d952c42981d926bb2fc (diff) | |
download | ninja-37f2d5230175c0fb9a4792f5e3d804f7604442e1.tar.gz |
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into Textures
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json index 50e1cba1..b46c9826 100644 --- a/manifest.json +++ b/manifest.json | |||
@@ -1,7 +1,7 @@ | |||
1 | { | 1 | { |
2 | "name": "Ninja", | 2 | "name": "Ninja", |
3 | "description": "Ninja HTML5 Authoring Tool - Alpha Release", | 3 | "description": "Ninja HTML5 Authoring Tool - Alpha Release", |
4 | "version": "0.5.1.0", | 4 | "version": "0.5.3.0", |
5 | "app": { | 5 | "app": { |
6 | "launch": { | 6 | "launch": { |
7 | "local_path": "index.html" | 7 | "local_path": "index.html" |
@@ -15,14 +15,14 @@ | |||
15 | "notifications", | 15 | "notifications", |
16 | "webRequest", | 16 | "webRequest", |
17 | "webRequestBlocking", | 17 | "webRequestBlocking", |
18 | "http://www.google.com/*" | 18 | "http://ninja/*" |
19 | ], | 19 | ], |
20 | "requirements": { | 20 | "requirements": { |
21 | "3D": { | 21 | "3D": { |
22 | "features": ["css3d", "webgl"] | 22 | "features": ["css3d", "webgl"] |
23 | } | 23 | } |
24 | }, | 24 | }, |
25 | "minimum_chrome_version": "17.0.0.0", | 25 | "minimum_chrome_version": "18.0.1025.162", |
26 | "offline_enabled": true, | 26 | "offline_enabled": true, |
27 | "update_url": "http://ninjateam.am.mot.com/NinjaApp/update.xml" | 27 | "update_url": "http://ninjateam.am.mot.com/NinjaApp/update.xml" |
28 | } \ No newline at end of file | 28 | } \ No newline at end of file |