forked from FOSS/BangleApps
18 lines
458 B
JSON
18 lines
458 B
JSON
{
|
|
"id": "lato",
|
|
"name": "Lato",
|
|
"version": "0.03",
|
|
"description": "A Lato Font clock with fast load and clock_info",
|
|
"readme": "README.md",
|
|
"icon": "app.png",
|
|
"screenshots": [{"url":"screenshot3.png"}],
|
|
"type": "clock",
|
|
"tags": "clock,clkinfo",
|
|
"supports": ["BANGLEJS2"],
|
|
"dependencies" : { "clock_info":"module" },
|
|
"storage": [
|
|
{"name":"lato.app.js","url":"app.js"},
|
|
{"name":"lato.img","url":"icon.js","evaluate":true}
|
|
]
|
|
}
|