mirror of https://github.com/espruino/BangleApps
17 lines
555 B
JSON
17 lines
555 B
JSON
{
|
|
"id": "waypointer",
|
|
"name": "Way Pointer",
|
|
"version": "0.01",
|
|
"description": "Navigate to a waypoint using the GPS for bearing and compass to point way, uses the same waypoint interface as GPS Navigation",
|
|
"icon": "waypointer.png",
|
|
"tags": "tool,outdoors,gps",
|
|
"supports": ["BANGLEJS"],
|
|
"readme": "README.md",
|
|
"interface": "waypoints.html",
|
|
"storage": [
|
|
{"name":"waypointer.app.js","url":"app.js"},
|
|
{"name":"waypointer.img","url":"icon.js","evaluate":true}
|
|
],
|
|
"data": [{"name":"waypoints.json","url":"waypoints.json"}]
|
|
}
|