BangleApps/apps/gpsinfo/metadata.json

15 lines
444 B
JSON
Raw Normal View History

{
"id": "gpsinfo",
"name": "GPS Info",
2023-01-15 14:46:54 +00:00
"version": "0.12",
"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}
]
}