mirror of https://github.com/espruino/BangleApps
15 lines
486 B
JSON
15 lines
486 B
JSON
{
|
|
"id": "assistedgps",
|
|
"name": "Assisted GPS Updater (AGPS)",
|
|
"version": "0.03",
|
|
"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,
|
|
"icon": "app.png",
|
|
"type": "RAM",
|
|
"tags": "tool,outdoors,agps,gps,a-gps",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"custom": "custom.html",
|
|
"customConnect": true,
|
|
"storage": []
|
|
}
|