mirror of https://github.com/espruino/BangleApps
Rename timer to chrono
parent
f5fde30320
commit
54c4e7aaf1
12
apps.json
12
apps.json
|
@ -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}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
Loading…
Reference in New Issue