BangleApps/apps/lcdclock/metadata.json

16 lines
536 B
JSON
Raw Normal View History

2022-12-16 15:16:25 +00:00
{ "id": "lcdclock",
"name": "LCD Clock",
2024-03-04 21:32:06 +00:00
"version": "0.06",
2022-12-16 15:16:25 +00:00
"description": "A Casio-style clock, with ClockInfo areas at the top and bottom. Tap them and swipe up/down to toggle between different information",
"icon": "app.png",
"screenshots": [{"url":"screenshot.png"}],
"type": "clock",
"tags": "clock,clkinfo",
"supports" : ["BANGLEJS2"],
2023-01-27 13:33:46 +00:00
"dependencies" : { "clock_info":"module" },
2022-12-16 15:16:25 +00:00
"storage": [
{"name":"lcdclock.app.js","url":"app.js"},
{"name":"lcdclock.img","url":"app-icon.js","evaluate":true}
]
}