mirror of https://github.com/espruino/BangleApps
18 lines
615 B
JSON
18 lines
615 B
JSON
{
|
|
"id": "waypointer",
|
|
"name": "Way Pointer",
|
|
"version": "0.07",
|
|
"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.settings.js","url":"settings.js"},
|
|
{"name":"waypointer.img","url":"icon.js","evaluate":true}
|
|
],
|
|
"data": [{"name":"waypointer.json"}]
|
|
}
|