mirror of https://github.com/espruino/BangleApps
19 lines
498 B
JSON
19 lines
498 B
JSON
{
|
|
"id": "binaryclk",
|
|
"name": "Bin Clock",
|
|
"version": "0.11",
|
|
"description": "Binary clock with date and battery",
|
|
"icon": "app-icon.png",
|
|
"screenshots": [{"url":"screenshot.png"}],
|
|
"type": "clock",
|
|
"tags": "clock",
|
|
"supports": ["BANGLEJS2"],
|
|
"allow_emulator": true,
|
|
"storage": [
|
|
{"name":"binaryclk.app.js","url":"app.js"},
|
|
{"name":"binaryclk.settings.js","url":"settings.js"},
|
|
{"name":"binaryclk.img","url":"app-icon.js","evaluate":true}
|
|
],
|
|
"data": [{"name":"binaryclk.json"}]
|
|
}
|