2022-12-08 20:12:47 +00:00
|
|
|
{
|
|
|
|
"id": "lato",
|
|
|
|
"name": "Lato",
|
2024-08-06 17:42:53 +00:00
|
|
|
"version": "0.04",
|
2022-12-08 20:12:47 +00:00
|
|
|
"description": "A Lato Font clock with fast load and clock_info",
|
|
|
|
"readme": "README.md",
|
|
|
|
"icon": "app.png",
|
|
|
|
"screenshots": [{"url":"screenshot3.png"}],
|
|
|
|
"type": "clock",
|
2023-04-28 08:59:11 +00:00
|
|
|
"tags": "clock,clkinfo",
|
2022-12-08 20:12:47 +00:00
|
|
|
"supports": ["BANGLEJS2"],
|
2023-01-27 13:33:46 +00:00
|
|
|
"dependencies" : { "clock_info":"module" },
|
2022-12-08 20:12:47 +00:00
|
|
|
"storage": [
|
|
|
|
{"name":"lato.app.js","url":"app.js"},
|
2024-08-06 17:42:53 +00:00
|
|
|
{"name":"lato.img","url":"icon.js","evaluate":true},
|
|
|
|
{"name":"lato.settings.js","url":"settings.js"}
|
|
|
|
],
|
|
|
|
"data": [
|
|
|
|
{"name":"lato.json"}
|
2022-12-08 20:12:47 +00:00
|
|
|
]
|
|
|
|
}
|