blob: 0ffea9b0eface0a9d304001cc0fcda41d40f111a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"name": "Motorola Mobility Ninja",
"description": "Local Development Version",
"version": "0.0",
"icons": {"128": "ninja_icon.png"},
"app": {
"launch": {"local_path": "index.html"}
},
"permissions": ["unlimitedStorage"],
"requirements": {
"3D": {
"features": ["css3d", "webgl"]
}
}
}
|