BangleApps/apps/binaryclk/metadata.json

17 lines
422 B
JSON
Raw Normal View History

2023-12-08 16:47:24 +00:00
{
"id": "binaryclk",
"name": "Bin Clock",
"version": "0.01",
"description": "Clock face to binary time in 24 hr format",
2023-12-08 17:00:09 +00:00
"icon": "app.png",
2023-12-08 16:47:24 +00:00
"screenshots": [{"url":"screenshot.png"}],
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS2"],
"allow_emulator": true,
"storage": [
{"name":"binaryclk.app.js","url":"app.js"},
{"name":"binaryclk.img","url":"app-icon.js","evaluate":true}
]
}