1
0
Fork 0
BangleApps/apps/quarterclock/metadata.json

21 lines
706 B
JSON
Raw Permalink Normal View History

2024-07-20 17:56:34 +00:00
{
"id": "quarterclock",
"name": "Quarter Clock",
"shortName":"Quarter Clock",
"icon": "app.png",
"screenshots" : [ { "url":"screenshot.png" } ],
"version":"0.01",
"description": "For those lazy days when the exact time doesn't matter. Small square shows the hour, large square shows the fifteen minute period, and centre square shows the battery level.",
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS2"],
"storage": [
{"name":"quarterclock.app.js","url":"app.js"},
{"name":"quarterclock.settings.js","url":"settings.js"},
{"name":"quarterclock.img","url":"app-icon.js","evaluate":true}
],
"data": [
{"name":"quarterclock.json"}
]
}