mirror of https://github.com/espruino/BangleApps
17 lines
652 B
JSON
17 lines
652 B
JSON
{
|
|
"id": "widhwt",
|
|
"name": "Hand Wash Timer",
|
|
"version": "0.02",
|
|
"description": "On Bangle.js 1 swipe your wrist over the watch face to start your personal Bangle.js 1 hand wash timer. On Bangle.js2 the Pattern Launcher is recommended to start the timer. Start washing after the short buzz and stop after the long buzz 35sec. later.",
|
|
"icon": "widget.png",
|
|
"type": "widget",
|
|
"tags": "widget,tool",
|
|
"allow_emulator": true,
|
|
"screenshots": [{"url":"wash-hand-timer-screenshot.png"}],
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"widhwt.app.js","url":"app.js"},
|
|
{"name":"widhwt.wid.js","url":"widget.js"}
|
|
]
|
|
}
|