mirror of https://github.com/espruino/BangleApps
18 lines
507 B
JSON
18 lines
507 B
JSON
{
|
|
"id": "barclock",
|
|
"name": "Bar Clock",
|
|
"version": "0.11",
|
|
"description": "A simple digital clock showing seconds as a bar",
|
|
"icon": "clock-bar.png",
|
|
"screenshots": [{"url":"screenshot.png"},{"url":"screenshot_pm.png"}],
|
|
"type": "clock",
|
|
"tags": "clock",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"allow_emulator": true,
|
|
"storage": [
|
|
{"name":"barclock.app.js","url":"clock-bar.js"},
|
|
{"name":"barclock.img","url":"clock-bar-icon.js","evaluate":true}
|
|
]
|
|
}
|