Rename timer to chrono

pull/177/head
marcocastignoli 2020-04-01 15:40:43 +02:00
parent f5fde30320
commit 54c4e7aaf1
4 changed files with 6 additions and 6 deletions

View File

@ -940,16 +940,16 @@
{"name":"widtbat.wid.js","url":"widget.js"}
]
},
{ "id": "timer",
"name": "Timer",
"shortName":"Timer",
"icon": "timer.png",
{ "id": "chrono",
"name": "Chrono",
"shortName":"Chrono",
"icon": "chrono.png",
"version":"0.01",
"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"},
{"name":"timer.img","url":"timer-icon.js","evaluate":true}
{"name":"chrono.app.js","url":"chrono.js"},
{"name":"chrono.img","url":"chrono-icon.js","evaluate":true}
]
}
]

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB