mirror of https://github.com/espruino/BangleApps
16 lines
475 B
JSON
16 lines
475 B
JSON
{
|
|
"id": "gpsnav",
|
|
"name": "GPS Navigation",
|
|
"version": "0.06",
|
|
"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",
|
|
"dependencies" : { "waypoints":"type" },
|
|
"storage": [
|
|
{"name":"gpsnav.app.js","url":"app.min.js"},
|
|
{"name":"gpsnav.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|