mirror of https://github.com/espruino/BangleApps
21 lines
556 B
JSON
21 lines
556 B
JSON
{
|
|
"id": "lcars",
|
|
"name": "LCARS Clock",
|
|
"shortName":"LCARS",
|
|
"icon": "lcars.png",
|
|
"version":"0.21",
|
|
"readme": "README.md",
|
|
"supports": ["BANGLEJS2"],
|
|
"description": "Library Computer Access Retrieval System (LCARS) clock.",
|
|
"type": "clock",
|
|
"tags": "clock",
|
|
"screenshots": [
|
|
{"url":"screenshot_1.png"},
|
|
{"url":"screenshot_3.png"}],
|
|
"storage": [
|
|
{"name":"lcars.app.js","url":"lcars.app.js"},
|
|
{"name":"lcars.img","url":"lcars.icon.js","evaluate":true},
|
|
{"name":"lcars.settings.js","url":"lcars.settings.js"}
|
|
]
|
|
}
|