mirror of https://github.com/espruino/BangleApps
19 lines
666 B
JSON
19 lines
666 B
JSON
{
|
|
"id": "openstmap",
|
|
"name": "OpenStreetMap",
|
|
"shortName": "OpenStMap",
|
|
"version": "0.11",
|
|
"description": "Loads map tiles from OpenStreetMap onto your Bangle.js and displays a map of where you are. Once installed this also adds map functionality to `GPS Recorder` and `Recorder` apps",
|
|
"icon": "app.png",
|
|
"tags": "outdoors,gps,osm",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"screenshots": [{"url":"screenshot.png"}],
|
|
"custom": "custom.html",
|
|
"customConnect": true,
|
|
"storage": [
|
|
{"name":"openstmap","url":"openstmap.js"},
|
|
{"name":"openstmap.app.js","url":"app.js"},
|
|
{"name":"openstmap.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|