BangleApps/apps/multitimer/metadata.json

25 lines
892 B
JSON
Raw Permalink Normal View History

2022-05-14 18:23:50 +00:00
{
"id": "multitimer",
"name": "Multi Timer",
"version": "0.11",
2022-05-14 18:23:50 +00:00
"description": "Set timers and chronographs (stopwatches) and watch them count down in real time. Pause, create, edit, and delete timers and chronos, and add custom labels/messages. Also sets alarms.",
"icon": "app.png",
"screenshots": [
{"url":"screenshot1.png"},
{"url":"screenshot2.png"},
{"url":"screenshot3.png"}
],
"tags": "tool,alarm",
"supports": ["BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"multitimer.app.js","url":"app.js"},
{"name":"multitimer.boot.js","url":"boot.js"},
{"name":"multitimer.alarm.js","url":"alarm.js"},
{"name":"multitimer.settings.js","url":"settings.js"},
2022-05-14 18:23:50 +00:00
{"name":"multitimer.img","url":"app-icon.js","evaluate":true}
],
"data": [{"name":"multitimer.json"}],
"dependencies": {"scheduler":"type"}
2022-05-24 00:06:55 +00:00
}