mirror of https://github.com/espruino/BangleApps
18 lines
632 B
JSON
18 lines
632 B
JSON
{
|
|
"id": "gpsnav",
|
|
"name": "GPS Navigation",
|
|
"version": "0.08",
|
|
"description": "Displays GPS Course and Speed, + Directions to waypoint and waypoint recording, now with waypoint editor",
|
|
"screenshots": [{"url":"screenshot-b2.png"}],
|
|
"icon": "icon.png",
|
|
"tags": "tool,outdoors,gps",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"dependencies" : { "waypoints":"type" },
|
|
"storage": [
|
|
{"name":"gpsnav.app.js","url":"app.min.js","supports":["BANGLEJS"]},
|
|
{"name":"gpsnav.app.js","url":"app_b2.js","supports":["BANGLEJS2"]},
|
|
{"name":"gpsnav.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|