forked from FOSS/BangleApps
21 lines
635 B
JSON
21 lines
635 B
JSON
{
|
|
"id": "limelight",
|
|
"name": "Limelight",
|
|
"version": "0.04",
|
|
"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}
|
|
],
|
|
"data": [
|
|
{"name":"limelight.json"}
|
|
]
|
|
}
|