mirror of https://github.com/espruino/BangleApps
24 lines
1.0 KiB
JSON
24 lines
1.0 KiB
JSON
{
|
|
"id": "multiclock",
|
|
"name": "Multi Clock",
|
|
"version": "0.10",
|
|
"description": "Clock with multiple faces. Switch between faces with BTN1 & BTN3 (Bangle 2 touch top-right, bottom right). For best display set theme Background 2 to cyan or some other bright colour in settings.",
|
|
"screenshots": [{"url":"screen-ana.png"},{"url":"screen-big.png"},{"url":"screen-td.png"},{"url":"screen-nifty.png"},{"url":"screen-word.png"},{"url":"screen-sec.png"}],
|
|
"icon": "multiclock.png",
|
|
"type": "clock",
|
|
"tags": "clock",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"allow_emulator": true,
|
|
"storage": [
|
|
{"name":"multiclock.app.js","url":"multiclock.app.js"},
|
|
{"name":"big.face.js","url":"big.face.js"},
|
|
{"name":"ana.face.js","url":"ana.face.js"},
|
|
{"name":"digi.face.js","url":"digi.face.js"},
|
|
{"name":"txt.face.js","url":"txt.face.js"},
|
|
{"name":"dk.face.js","url":"dk.face.js"},
|
|
{"name":"nifty.face.js","url":"nifty.face.js"},
|
|
{"name":"multiclock.img","url":"multiclock-icon.js","evaluate":true}
|
|
]
|
|
}
|