BangleApps/apps/gpsinfo/metadata.json

15 lines
444 B
JSON
Raw Permalink Normal View History

{
"id": "gpsinfo",
"name": "GPS Info",
2024-04-02 18:24:59 +00:00
"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}
]
}