2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "boot",
|
|
|
|
"name": "Bootloader",
|
2024-03-04 21:32:06 +00:00
|
|
|
"version": "0.60",
|
2022-01-06 11:47:26 +00:00
|
|
|
"description": "This is needed by Bangle.js to automatically load the clock, menu, widgets and settings",
|
|
|
|
"icon": "bootloader.png",
|
|
|
|
"type": "bootloader",
|
|
|
|
"tags": "tool,system",
|
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
|
|
"storage": [
|
|
|
|
{"name":".boot0","url":"boot0.js"},
|
|
|
|
{"name":".bootcde","url":"bootloader.js"},
|
|
|
|
{"name":"bootupdate.js","url":"bootupdate.js"}
|
|
|
|
],
|
|
|
|
"sortorder": -10
|
|
|
|
}
|