2024-08-24 16:03:07 +00:00
|
|
|
{
|
|
|
|
"id":"blc",
|
|
|
|
"name":"Binary LED Clock",
|
2024-09-12 14:35:14 +00:00
|
|
|
"version": "0.40",
|
|
|
|
"description": "a binary LED-Clock with time and date and customizable LED-colors",
|
2024-08-24 16:03:07 +00:00
|
|
|
"icon":"blc-icon.png",
|
2024-09-12 14:35:14 +00:00
|
|
|
"screenshots": [{"url":"screenshot_blc_1.bmp"},{"url":"screenshot_blc_2.bmp"}],
|
2024-08-24 16:03:07 +00:00
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
|
|
|
"supports": ["BANGLEJS2"],
|
|
|
|
"allow_emulator": true,
|
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
|
|
|
{"name":"blc.app.js","url":"blc.js"},
|
2024-09-12 14:35:14 +00:00
|
|
|
{"name":"blc.settings.js","url":"blc.settings.js"},
|
2024-08-24 16:03:07 +00:00
|
|
|
{"name":"blc.img","url":"blc-icon.js","evaluate":true}
|
2024-09-12 14:35:14 +00:00
|
|
|
],
|
|
|
|
"data": [{"name":"blc.settings.json"}]
|
2024-08-24 16:03:07 +00:00
|
|
|
}
|