2023-04-01 15:19:46 +00:00
|
|
|
{ "id": "longpressbuzz",
|
|
|
|
"name": "Long Press, Buzz!",
|
|
|
|
"shortName":"LPB",
|
|
|
|
"version":"0.01",
|
2023-04-03 17:46:38 +00:00
|
|
|
"description": "Buzz at boot after a long press to indicate the watch was reinitiated per your command.",
|
2023-04-01 15:19:46 +00:00
|
|
|
"icon": "app.png",
|
|
|
|
"type": "bootloader",
|
2023-04-01 20:25:15 +00:00
|
|
|
"tags": "system",
|
2023-04-01 15:19:46 +00:00
|
|
|
"supports" : ["BANGLEJS2"],
|
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
2023-04-03 17:46:38 +00:00
|
|
|
{"name":"longpressbuzz.0.boot.js","url":"boot.js"}
|
2023-04-01 15:19:46 +00:00
|
|
|
]
|
|
|
|
}
|