BangleApps/apps/lcdclockplus/metadata.json

17 lines
625 B
JSON
Raw Normal View History

2023-09-12 16:52:44 +00:00
{ "id": "lcdclockplus",
"name": "LCD Clock Plus",
2024-03-04 21:32:06 +00:00
"version": "0.02",
2023-09-12 16:52:44 +00:00
"description": "A Casio-style clock, with four ClockInfo areas at the top and bottom. Tap them and swipe up/down and left/right to toggle between different information.",
"icon": "app.png",
"screenshots": [{"url":"screenshot.png"},{"url":"screenshot2.png"}],
"type": "clock",
"tags": "clock,clkinfo",
"supports" : ["BANGLEJS2"],
2023-09-12 17:12:56 +00:00
"readme": "README.md",
2023-09-12 16:52:44 +00:00
"dependencies" : { "clock_info":"module" },
"storage": [
{"name":"lcdclockplus.app.js","url":"app.js"},
{"name":"lcdclockplus.img","url":"app-icon.js","evaluate":true}
]
}