BangleApps/apps/bwclk/metadata.json

20 lines
583 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",
"version": "0.33",
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"],
2023-01-27 13:33:46 +00:00
"dependencies" : { "clock_info":"module" },
2022-03-25 16:22:39 +00:00
"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
]
}