1
0
Fork 0
BangleApps/apps/route/metadata.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}
]
}