2022-03-25 16:22:39 +00:00
|
|
|
{
|
|
|
|
"id": "bwclk",
|
2022-04-09 12:49:52 +00:00
|
|
|
"name": "BW Clock",
|
2023-05-15 08:21:41 +00:00
|
|
|
"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",
|
2022-11-21 16:37:04 +00:00
|
|
|
"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"},
|
2022-03-27 09:26:22 +00:00
|
|
|
{"name":"bwclk.img","url":"app-icon.js","evaluate":true},
|
|
|
|
{"name":"bwclk.settings.js","url":"settings.js"}
|
2023-06-20 21:07:17 +00:00
|
|
|
],
|
|
|
|
"data":[{"name":"bwclk.setting.json"}]
|
2022-03-25 16:22:39 +00:00
|
|
|
}
|