mirror of https://github.com/espruino/BangleApps
16 lines
536 B
JSON
16 lines
536 B
JSON
{
|
|
"id": "gpspoilog",
|
|
"name": "GPS POI Logger",
|
|
"shortName": "GPS POI Log",
|
|
"version": "0.01",
|
|
"description": "A simple app to log points of interest with their GPS coordinates and read them back onto your PC. Based on the https://www.espruino.com/Bangle.js+Storage tutorial",
|
|
"icon": "app.png",
|
|
"tags": "outdoors",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"interface": "interface.html",
|
|
"storage": [
|
|
{"name":"gpspoilog.app.js","url":"app.js"},
|
|
{"name":"gpspoilog.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|