mirror of https://github.com/espruino/BangleApps
15 lines
382 B
JSON
15 lines
382 B
JSON
{
|
|
"id": "route",
|
|
"name": "Route Viewer",
|
|
"version": "0.02",
|
|
"description": "Upload a KML file of a route, and have your watch display a map with how far around it you are",
|
|
"icon": "app.png",
|
|
"tags": "",
|
|
"supports": ["BANGLEJS"],
|
|
"custom": "custom.html",
|
|
"storage": [
|
|
{"name":"route.app.js"},
|
|
{"name":"route.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|