mirror of https://github.com/espruino/BangleApps
14 lines
372 B
JSON
14 lines
372 B
JSON
{ "id": "autoreset",
|
|
"name": "Auto Reset",
|
|
"version":"0.01",
|
|
"description": "Sets a timeout to load the clock face. The timeout is stopped and started again upon user input.",
|
|
"icon": "app.png",
|
|
"type": "bootloader",
|
|
"tags": "system",
|
|
"supports" : ["BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"autoreset.boot.js","url":"boot.js"}
|
|
]
|
|
}
|