mirror of https://github.com/espruino/BangleApps
17 lines
527 B
JSON
17 lines
527 B
JSON
{
|
|
"id": "gpsnav",
|
|
"name": "GPS Navigation",
|
|
"version": "0.05",
|
|
"description": "Displays GPS Course and Speed, + Directions to waypoint and waypoint recording, now with waypoint editor",
|
|
"icon": "icon.png",
|
|
"tags": "tool,outdoors,gps",
|
|
"supports": ["BANGLEJS"],
|
|
"readme": "README.md",
|
|
"interface": "waypoints.html",
|
|
"storage": [
|
|
{"name":"gpsnav.app.js","url":"app.min.js"},
|
|
{"name":"gpsnav.img","url":"app-icon.js","evaluate":true}
|
|
],
|
|
"data": [{"name":"waypoints.json","url":"waypoints.json"}]
|
|
}
|