diff options
author | Nivesh Rajbhandari | 2012-02-20 11:14:44 -0800 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-02-20 11:14:44 -0800 |
commit | abf78e2d7a97d295ce5a1c425fd359d47379137e (patch) | |
tree | d08c91bd2aef31e6325e0b499b2ffc390018bec6 /manifest.json | |
parent | e80a79bff57fecf3aa9b869d8ed2de5fd815287c (diff) | |
parent | e23708721a71ca4c71365f5f8e8ac7d6113926db (diff) | |
download | ninja-abf78e2d7a97d295ce5a1c425fd359d47379137e.tar.gz |
Merge branch 'refs/heads/ninja-internal' into ToolFixes
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/manifest.json b/manifest.json index 12047172..2754c71e 100644 --- a/manifest.json +++ b/manifest.json | |||
@@ -1,7 +1,7 @@ | |||
1 | { | 1 | { |
2 | "name": "Motorola Ninja", | 2 | "name": "Motorola Ninja", |
3 | "description": "Motorola Ninja HTML5 Authoring Tool Pre-Alpha", | 3 | "description": "Motorola Ninja HTML5 Authoring Tool Pre-Alpha", |
4 | "version": "0.5.0.0", | 4 | "version": "0.5.0.1", |
5 | "app": { | 5 | "app": { |
6 | "launch": { | 6 | "launch": { |
7 | "local_path": "index.html" | 7 | "local_path": "index.html" |
@@ -12,14 +12,16 @@ | |||
12 | }, | 12 | }, |
13 | "permissions": [ | 13 | "permissions": [ |
14 | "unlimitedStorage", | 14 | "unlimitedStorage", |
15 | "notifications" | 15 | "notifications", |
16 | "webRequestBlocking", | ||
17 | "webRequest" | ||
16 | ], | 18 | ], |
17 | "requirements": { | 19 | "requirements": { |
18 | "3D": { | 20 | "3D": { |
19 | "features": ["css3d", "webgl"] | 21 | "features": ["css3d", "webgl"] |
20 | } | 22 | } |
21 | }, | 23 | }, |
22 | "minimum_chrome_version": "16.0.0.0", | 24 | "minimum_chrome_version": "17.0.0.0", |
23 | "offline_enabled": true, | 25 | "offline_enabled": true, |
24 | "update_url": "http://tetsubo.org/go/ninjaupdate" | 26 | "update_url": "http://ninjateam.am.mot.com/NinjaApp/update.xml" |
25 | } \ No newline at end of file | 27 | } \ No newline at end of file |