2022-01-22 22:25:40 +00:00
|
|
|
{
|
|
|
|
"id": "wpmoto",
|
|
|
|
"name": "Waypointer Moto",
|
|
|
|
"shortName": "Waypointer Moto",
|
2022-07-26 15:14:04 +00:00
|
|
|
"version": "0.03",
|
2022-01-22 22:25:40 +00:00
|
|
|
"description": "Waypoint-based motorcycle navigation aid",
|
|
|
|
"icon": "wpmoto.png",
|
|
|
|
"tags": "tool,outdoors,gps",
|
2022-01-28 11:47:23 +00:00
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
2022-01-22 22:25:40 +00:00
|
|
|
"screenshots": [{"url":"screenshot.png"},{"url":"screenshot-menu.png"},{"url":"screenshot-delete.png"}],
|
|
|
|
"readme": "README.md",
|
2022-07-26 15:14:04 +00:00
|
|
|
"dependencies" : { "waypoints":"type" },
|
2022-01-22 22:25:40 +00:00
|
|
|
"storage": [
|
|
|
|
{"name":"wpmoto.app.js","url":"app.js"},
|
|
|
|
{"name":"wpmoto.img","url":"icon.js","evaluate":true}
|
2022-07-26 15:14:04 +00:00
|
|
|
]
|
2022-01-22 22:25:40 +00:00
|
|
|
}
|