diff options
author | Jose Antonio Marquez | 2012-02-08 14:38:20 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-08 14:38:20 -0800 |
commit | 2133bd1e74864b4b69d824ba7977fa07034af962 (patch) | |
tree | be869d96247fb98a8cfefb1ef45e16df33acf4f7 /manifest.json | |
parent | 5ee983dbbc0dddf18771da1925ccf634a67c365b (diff) | |
download | ninja-2133bd1e74864b4b69d824ba7977fa07034af962.tar.gz |
Setting up packaged app
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json new file mode 100644 index 00000000..0ffea9b0 --- /dev/null +++ b/manifest.json | |||
@@ -0,0 +1,15 @@ | |||
1 | { | ||
2 | "name": "Motorola Mobility Ninja", | ||
3 | "description": "Local Development Version", | ||
4 | "version": "0.0", | ||
5 | "icons": {"128": "ninja_icon.png"}, | ||
6 | "app": { | ||
7 | "launch": {"local_path": "index.html"} | ||
8 | }, | ||
9 | "permissions": ["unlimitedStorage"], | ||
10 | "requirements": { | ||
11 | "3D": { | ||
12 | "features": ["css3d", "webgl"] | ||
13 | } | ||
14 | } | ||
15 | } \ No newline at end of file | ||