mirror of https://github.com/espruino/BangleApps
15 lines
412 B
JSON
15 lines
412 B
JSON
{
|
|
"id": "gpsautotime",
|
|
"name": "GPS auto time",
|
|
"shortName": "GPS auto time",
|
|
"version": "0.02",
|
|
"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"}
|
|
]
|
|
}
|