From f5fde30320c54708b94d7895b5818555fc7c61ca Mon Sep 17 00:00:00 2001 From: marcocastignoli Date: Wed, 1 Apr 2020 14:25:53 +0200 Subject: [PATCH] Add description to timer app --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index cef59b0e6..add21c0cf 100644 --- a/apps.json +++ b/apps.json @@ -945,7 +945,7 @@ "shortName":"Timer", "icon": "timer.png", "version":"0.01", - "description": "BTN1 => +5min, BTN2 => +30sec, BTN3 => +5sec, TOUCH => pause,play, BTN1(double click) => reset", + "description": "Single click BTN1 to add 5 minutes. Single click BTN2 to add 30 seconds. Single click BTN3 to add 5 seconds. Tap to pause or play to timer. Double click BTN1 to reset. When timer finishes the watch vibrates.", "tags": "Tools", "storage": [ {"name":"timer.app.js","url":"timer.js"},