mirror of https://github.com/espruino/BangleApps
16 lines
432 B
JSON
16 lines
432 B
JSON
{
|
|
"id": "osmpoi",
|
|
"name": "POI Compass",
|
|
"version": "0.04",
|
|
"description": "Uploads all the points of interest in an area onto your watch, same as Beer Compass with more p.o.i.",
|
|
"icon": "app.png",
|
|
"tags": "tool,outdoors,gps",
|
|
"supports": ["BANGLEJS"],
|
|
"readme": "README.md",
|
|
"custom": "custom.html",
|
|
"storage": [
|
|
{"name":"osmpoi.app.js"},
|
|
{"name":"osmpoi.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|