2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "gpsnav",
|
|
|
|
"name": "GPS Navigation",
|
2022-10-03 11:22:15 +00:00
|
|
|
"version": "0.08",
|
2022-01-06 11:47:26 +00:00
|
|
|
"description": "Displays GPS Course and Speed, + Directions to waypoint and waypoint recording, now with waypoint editor",
|
2022-08-28 19:56:59 +00:00
|
|
|
"screenshots": [{"url":"screenshot-b2.png"}],
|
2022-01-06 11:47:26 +00:00
|
|
|
"icon": "icon.png",
|
|
|
|
"tags": "tool,outdoors,gps",
|
2022-08-28 19:56:59 +00:00
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
2022-01-06 11:47:26 +00:00
|
|
|
"readme": "README.md",
|
2022-07-26 15:14:04 +00:00
|
|
|
"dependencies" : { "waypoints":"type" },
|
2022-01-06 11:47:26 +00:00
|
|
|
"storage": [
|
2022-08-28 19:56:59 +00:00
|
|
|
{"name":"gpsnav.app.js","url":"app.min.js","supports":["BANGLEJS"]},
|
|
|
|
{"name":"gpsnav.app.js","url":"app_b2.js","supports":["BANGLEJS2"]},
|
2022-01-06 11:47:26 +00:00
|
|
|
{"name":"gpsnav.img","url":"app-icon.js","evaluate":true}
|
2022-07-26 15:14:04 +00:00
|
|
|
]
|
2022-01-06 11:47:26 +00:00
|
|
|
}
|