mirror of https://github.com/espruino/BangleApps
19 lines
596 B
JSON
19 lines
596 B
JSON
|
{
|
||
|
"id": "wpmoto",
|
||
|
"name": "Waypointer Moto",
|
||
|
"shortName": "Waypointer Moto",
|
||
|
"version": "0.01",
|
||
|
"description": "Waypoint-based motorcycle navigation aid",
|
||
|
"icon": "wpmoto.png",
|
||
|
"tags": "tool,outdoors,gps",
|
||
|
"supports": ["BANGLEJS"],
|
||
|
"screenshots": [{"url":"screenshot.png"},{"url":"screenshot-menu.png"},{"url":"screenshot-delete.png"}],
|
||
|
"readme": "README.md",
|
||
|
"interface": "wpmoto.html",
|
||
|
"storage": [
|
||
|
{"name":"wpmoto.app.js","url":"app.js"},
|
||
|
{"name":"wpmoto.img","url":"icon.js","evaluate":true}
|
||
|
],
|
||
|
"data": [{"name":"waypoints.json","url":"waypoints.json"}]
|
||
|
}
|