2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "gpsinfo",
|
|
|
|
"name": "GPS Info",
|
2022-01-19 14:21:50 +00:00
|
|
|
"version": "0.10",
|
2022-01-06 11:47:26 +00:00
|
|
|
"description": "An application that displays information about altitude, lat/lon, satellites and time",
|
|
|
|
"icon": "gps-info.png",
|
|
|
|
"type": "app",
|
|
|
|
"tags": "gps",
|
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
|
|
"storage": [
|
|
|
|
{"name":"gpsinfo.app.js","url":"gps-info.js"},
|
|
|
|
{"name":"gpsinfo.img","url":"gps-info-icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|