2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "gpsnav",
|
|
|
|
"name": "GPS Navigation",
|
2022-07-26 15:14:04 +00:00
|
|
|
"version": "0.06",
|
2022-01-06 11:47:26 +00:00
|
|
|
"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",
|
2022-07-26 15:14:04 +00:00
|
|
|
"dependencies" : { "waypoints":"type" },
|
2022-01-06 11:47:26 +00:00
|
|
|
"storage": [
|
|
|
|
{"name":"gpsnav.app.js","url":"app.min.js"},
|
|
|
|
{"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
|
|
|
}
|