2024-02-28 19:52:46 +00:00
|
|
|
{ "id": "autoreset",
|
|
|
|
"name": "Auto Reset",
|
2024-05-01 21:22:34 +00:00
|
|
|
"version":"0.02",
|
2024-02-28 19:52:46 +00:00
|
|
|
"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": [
|
2024-05-01 21:22:34 +00:00
|
|
|
{"name":"autoreset.boot.js","url":"boot.js"},
|
|
|
|
{"name":"autoreset.settings.js","url":"settings.js"}
|
|
|
|
],
|
|
|
|
"data":[
|
|
|
|
{"name":"autoreset.json"}
|
2024-02-28 19:52:46 +00:00
|
|
|
]
|
|
|
|
}
|