mirror of https://github.com/espruino/BangleApps
add agps to tags
parent
78c1b83729
commit
73c55e6d26
|
@ -1,14 +1,16 @@
|
||||||
{
|
{
|
||||||
"id": "assistedgps",
|
"id": "assistedgps",
|
||||||
"name": "Assisted GPS Updater (AGPS)",
|
"name": "Assisted GPS Updater (AGPS)",
|
||||||
|
"shortName": "AGPS",
|
||||||
"version": "0.05",
|
"version": "0.05",
|
||||||
"description": "Downloads assisted GPS (AGPS) data to Bangle.js for faster GPS startup and more accurate fixes. **No app will be installed**, this just uploads new data to the GPS chip.",
|
"description": "Downloads assisted GPS (AGPS) data to Bangle.js for faster GPS startup and more accurate fixes. **No app will be installed**, this just uploads new data to the GPS chip.",
|
||||||
"sortorder": -1,
|
"sortorder": -1,
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "RAM",
|
"type": "RAM",
|
||||||
"tags": "tool,outdoors,agps,gps,a-gps",
|
"tags": "tool,outdoors,agps,gps,a-gps,agps",
|
||||||
"supports": ["BANGLEJS","BANGLEJS2"],
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
||||||
"custom": "custom.html",
|
"custom": "custom.html",
|
||||||
"customConnect": true,
|
"customConnect": true,
|
||||||
"storage": []
|
"storage": [],
|
||||||
|
"sortorder": -1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue