aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorArmen Kesablyan2012-02-13 11:59:19 -0800
committerArmen Kesablyan2012-02-13 11:59:19 -0800
commit90d0c8c0e98d062c628c061fe5765ce991fda409 (patch)
tree9780e9dcf475bf319f3cacc1a1ad52fcf9f133af /manifest.json
parent8110e01dc5093ac6baf621103dcaa5f769e5be92 (diff)
parente142611e22718b1f1d1696902ad9161ec5f33f98 (diff)
downloadninja-90d0c8c0e98d062c628c061fe5765ce991fda409.tar.gz
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal
Conflicts: css/ninja.css js/stage/stage.reel/stage.html js/tools/TextTool.js node_modules/labs/rich-text-editor.reel/rich-text-editor.css node_modules/labs/rich-text-editor.reel/rich-text-editor.html node_modules/labs/rich-text-editor.reel/rich-text-editor.js node_modules/labs/rich-text-editor.reel/rich-text-resizer.js node_modules/labs/rich-text-editor.reel/rich-text-sanitizer.js Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 00000000..12047172
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,25 @@
1{
2 "name": "Motorola Ninja",
3 "description": "Motorola Ninja HTML5 Authoring Tool Pre-Alpha",
4 "version": "0.5.0.0",
5 "app": {
6 "launch": {
7 "local_path": "index.html"
8 }
9 },
10 "icons": {
11 "128": "ninja_icon_128.png"
12 },
13 "permissions": [
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"
25} \ No newline at end of file