mirror of https://github.com/espruino/BangleApps
14 lines
418 B
JSON
14 lines
418 B
JSON
|
{
|
||
|
"id": "widhwt",
|
||
|
"name": "Hand Wash Timer",
|
||
|
"version": "0.01",
|
||
|
"description": "Swipe your wrist over the watch face to start your personal Bangle.js hand wash timer for 35 sec. Start washing after the short buzz and stop after the long buzz.",
|
||
|
"icon": "widget.png",
|
||
|
"type": "widget",
|
||
|
"tags": "widget,tool",
|
||
|
"supports": ["BANGLEJS"],
|
||
|
"storage": [
|
||
|
{"name":"widhwt.wid.js","url":"widget.js"}
|
||
|
]
|
||
|
}
|