2023-12-08 16:47:24 +00:00
|
|
|
{
|
2023-12-08 18:19:18 +00:00
|
|
|
"id": "binaryclk",
|
|
|
|
"name": "Bin Clock",
|
2024-04-17 16:14:49 +00:00
|
|
|
"version": "0.11",
|
2024-03-23 16:09:30 +00:00
|
|
|
"description": "Binary clock with date and battery",
|
2023-12-08 19:39:14 +00:00
|
|
|
"icon": "app-icon.png",
|
2023-12-08 18:19:18 +00:00
|
|
|
"screenshots": [{"url":"screenshot.png"}],
|
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
|
|
|
"supports": ["BANGLEJS2"],
|
|
|
|
"allow_emulator": true,
|
|
|
|
"storage": [
|
|
|
|
{"name":"binaryclk.app.js","url":"app.js"},
|
2024-01-17 18:26:28 +00:00
|
|
|
{"name":"binaryclk.settings.js","url":"settings.js"},
|
2023-12-08 18:19:18 +00:00
|
|
|
{"name":"binaryclk.img","url":"app-icon.js","evaluate":true}
|
2024-01-17 18:26:28 +00:00
|
|
|
],
|
|
|
|
"data": [{"name":"binaryclk.json"}]
|
2023-12-08 16:47:24 +00:00
|
|
|
}
|