BangleApps/apps/bwclk/metadata.json

19 lines
537 B
JSON
Raw Normal View History

2022-03-25 16:22:39 +00:00
{
"id": "bwclk",
2022-04-09 12:49:52 +00:00
"name": "BW Clock",
2023-01-11 18:20:14 +00:00
"version": "0.30",
2023-01-05 18:50:35 +00:00
"description": "A very minimalistic clock.",
2022-03-25 16:22:39 +00:00
"readme": "README.md",
"icon": "app.png",
2023-01-05 18:55:12 +00:00
"screenshots": [{"url":"screenshot.png"}, {"url":"screenshot_2.png"}, {"url":"screenshot_3.png"}],
2022-03-25 16:22:39 +00:00
"type": "clock",
"tags": "clock,clkinfo",
2022-03-25 16:22:39 +00:00
"supports": ["BANGLEJS2"],
"allow_emulator": true,
"storage": [
{"name":"bwclk.app.js","url":"app.js"},
{"name":"bwclk.img","url":"app-icon.js","evaluate":true},
{"name":"bwclk.settings.js","url":"settings.js"}
2022-03-25 16:22:39 +00:00
]
}