mirror of https://github.com/espruino/BangleApps
16 lines
516 B
JSON
16 lines
516 B
JSON
{
|
|
"id": "waypointer",
|
|
"name": "Way Pointer",
|
|
"version": "0.05",
|
|
"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", "BANGLEJS2"],
|
|
"dependencies" : { "waypoints":"type" },
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"waypointer.app.js","url":"app.js"},
|
|
{"name":"waypointer.img","url":"icon.js","evaluate":true}
|
|
]
|
|
}
|