mirror of https://github.com/espruino/BangleApps
15 lines
444 B
JSON
15 lines
444 B
JSON
{
|
|
"id": "gpsinfo",
|
|
"name": "GPS Info",
|
|
"version": "0.13",
|
|
"description": "An application that displays information about latitude, longitude, altitude, speed, satellites and time",
|
|
"icon": "gps-info.png",
|
|
"type": "app",
|
|
"tags": "gps,outdoors,tools",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"gpsinfo.app.js","url":"gps-info.js"},
|
|
{"name":"gpsinfo.img","url":"gps-info-icon.js","evaluate":true}
|
|
]
|
|
}
|