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