mirror of https://github.com/espruino/BangleApps
14 lines
380 B
JSON
14 lines
380 B
JSON
{
|
|
"id": "twenties",
|
|
"name": "Twenties",
|
|
"shortName": "twenties",
|
|
"version": "0.04",
|
|
"description": "Buzzes every 20m to stand / sit and look 20ft away for 20s.",
|
|
"icon": "app.png",
|
|
"type": "bootloader",
|
|
"tags": "alarm,tool,health",
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"storage": [{ "name": "twenties.boot.js", "url": "boot.js" }]
|
|
}
|