mirror of https://github.com/espruino/BangleApps
17 lines
513 B
JSON
17 lines
513 B
JSON
{
|
|
"id": "gpsautotime",
|
|
"name": "GPS auto time",
|
|
"shortName": "GPS auto time",
|
|
"version": "0.04",
|
|
"description": "A widget that automatically updates the Bangle.js time to the GPS time whenever there is a valid GPS fix.",
|
|
"icon": "widget.png",
|
|
"type": "widget",
|
|
"tags": "widget,gps",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"gpsautotime.wid.js","url":"widget.js"},
|
|
{"name":"gpsautotime.settings.js","url":"settings.js"}
|
|
],
|
|
"data": [{"name":"gpsautotime.json"}]
|
|
}
|