mirror of https://github.com/espruino/BangleApps
15 lines
424 B
JSON
15 lines
424 B
JSON
{
|
|
"id": "countdowntimer",
|
|
"name": "Countdown Timer",
|
|
"version": "0.01",
|
|
"description": "A simple countdown timer with a focus on usability",
|
|
"icon": "countdowntimer.png",
|
|
"tags": "timer,tool",
|
|
"supports": ["BANGLEJS"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"countdowntimer.app.js","url":"countdowntimer.js"},
|
|
{"name":"countdowntimer.img","url":"countdowntimer-icon.js","evaluate":true}
|
|
]
|
|
}
|