mirror of https://github.com/espruino/BangleApps
15 lines
383 B
JSON
15 lines
383 B
JSON
{
|
|
"id": "gpstimeserver",
|
|
"name": "GPS Time Server",
|
|
"version": "0.01",
|
|
"description": "A widget which automatically starts the GPS and turns Bangle.js into a Bluetooth time server.",
|
|
"icon": "widget.png",
|
|
"type": "widget",
|
|
"tags": "widget",
|
|
"supports": ["BANGLEJS"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"gpstimeserver.wid.js","url":"widget.js"}
|
|
]
|
|
}
|