2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "waypointer",
|
|
|
|
"name": "Way Pointer",
|
2022-10-07 18:58:44 +00:00
|
|
|
"version": "0.05",
|
2022-01-06 11:47:26 +00:00
|
|
|
"description": "Navigate to a waypoint using the GPS for bearing and compass to point way, uses the same waypoint interface as GPS Navigation",
|
|
|
|
"icon": "waypointer.png",
|
|
|
|
"tags": "tool,outdoors,gps",
|
2022-03-23 20:52:26 +00:00
|
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
2022-07-26 15:14:04 +00:00
|
|
|
"dependencies" : { "waypoints":"type" },
|
2022-01-06 11:47:26 +00:00
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
|
|
|
{"name":"waypointer.app.js","url":"app.js"},
|
|
|
|
{"name":"waypointer.img","url":"icon.js","evaluate":true}
|
2022-07-26 15:14:04 +00:00
|
|
|
]
|
2022-01-06 11:47:26 +00:00
|
|
|
}
|