mirror of https://github.com/espruino/BangleApps
19 lines
626 B
JSON
19 lines
626 B
JSON
{
|
|
"id": "smpltmr",
|
|
"name": "Simple Timer",
|
|
"shortName": "Simple Timer",
|
|
"version": "0.07",
|
|
"description": "A very simple app to start a timer.",
|
|
"icon": "app.png",
|
|
"tags": "tool,alarm,timer,clkinfo",
|
|
"dependencies": {"scheduler":"type"},
|
|
"supports": ["BANGLEJS2"],
|
|
"screenshots": [{"url":"screenshot_1.png"}, {"url": "screenshot_2.png"}, {"url": "screenshot_3.png"}, {"url": "screenshot_4.png"}],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"smpltmr.app.js","url":"app.js"},
|
|
{"name":"smpltmr.clkinfo.js","url":"clkinfo.js"},
|
|
{"name":"smpltmr.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|