2022-01-19 15:56:33 +00:00
|
|
|
{
|
|
|
|
"id": "limelight",
|
|
|
|
"name": "Limelight",
|
2023-01-11 19:09:40 +00:00
|
|
|
"version": "0.03",
|
2022-01-19 15:56:33 +00:00
|
|
|
"description": "Simple analogue clock (with configurable fonts) based on the work of @Andreas_Rozek (Simple_Clock)",
|
|
|
|
"icon": "limelight.png",
|
|
|
|
"readme":"README.md",
|
|
|
|
"screenshots": [{"url":"screenshot_limelight.png"}],
|
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
|
|
"storage": [
|
|
|
|
{"name":"limelight.app.js","url":"limelight.app.js"},
|
|
|
|
{"name":"limelight.settings.js","url":"limelight.settings.js"},
|
|
|
|
{"name":"limelight.img","url":"limelight.icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|