mirror of https://github.com/espruino/BangleApps
20 lines
584 B
JSON
20 lines
584 B
JSON
{ "id": "binwatch",
|
|
"name": "Binary Watch",
|
|
"shortName":"BinWatch",
|
|
"icon": "app.png",
|
|
"screenshots": [{"url":"screenshot.png"}],
|
|
"version": "0.07",
|
|
"supports": ["BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"allow_emulator":true,
|
|
"description": "Famous binary watch",
|
|
"tags": "clock",
|
|
"type": "clock",
|
|
"storage": [
|
|
{"name":"binwatch.app.js","url":"app.js"},
|
|
{"name":"binwatch.bg176.img","url":"Background176_center.img"},
|
|
{"name":"binwatch.bg240.img","url":"Background240_center.img"},
|
|
{"name":"binwatch.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|