forked from FOSS/BangleApps
15 lines
518 B
JSON
15 lines
518 B
JSON
{
|
|
"id": "chrono",
|
|
"name": "Chrono",
|
|
"shortName": "Chrono",
|
|
"version": "0.02",
|
|
"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.",
|
|
"icon": "chrono.png",
|
|
"tags": "tool",
|
|
"supports": ["BANGLEJS"],
|
|
"storage": [
|
|
{"name":"chrono.app.js","url":"chrono.js"},
|
|
{"name":"chrono.img","url":"chrono-icon.js","evaluate":true}
|
|
]
|
|
}
|