2023-06-20 06:11:13 +00:00
|
|
|
{
|
|
|
|
"id": "boxclk",
|
|
|
|
"name": "Box Clock",
|
2024-09-12 04:38:00 +00:00
|
|
|
"version": "0.10",
|
2023-06-20 06:11:13 +00:00
|
|
|
"description": "A customizable clock with configurable text boxes that can be positioned to show your favorite background",
|
|
|
|
"icon": "app.png",
|
2024-07-10 13:16:58 +00:00
|
|
|
"dependencies" : { "clockbg":"module" },
|
2023-06-20 06:11:13 +00:00
|
|
|
"screenshots": [
|
|
|
|
{"url":"screenshot.png"},
|
2023-06-21 16:15:40 +00:00
|
|
|
{"url":"screenshot-1.png"},
|
|
|
|
{"url":"screenshot-2.png"}
|
2023-06-20 06:11:13 +00:00
|
|
|
],
|
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
|
|
|
"supports": ["BANGLEJS2"],
|
|
|
|
"readme": "README.md",
|
|
|
|
"allow_emulator": true,
|
|
|
|
"storage": [
|
|
|
|
{"name":"boxclk.app.js","url":"app.js"},
|
|
|
|
{"name":"boxclk.settings.js","url":"settings.js"},
|
|
|
|
{"name":"boxclk.img","url":"icon.js","evaluate":true},
|
|
|
|
{"name":"boxclk.beachhouse.img","url":"beachhouse.js","evaluate":true}
|
|
|
|
],
|
|
|
|
"data": [
|
|
|
|
{"name":"boxclk.json","url":"boxclk.json"}
|
|
|
|
]
|
2024-09-06 04:42:39 +00:00
|
|
|
}
|