diff options
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 | ||