BangleApps/apps/contourclock/metadata.json

19 lines
644 B
JSON
Raw Normal View History

{ "id": "contourclock",
"name": "Contour Clock",
"shortName" : "Contour Clock",
2022-04-28 10:11:41 +00:00
"version":"0.27",
"icon": "app.png",
2022-01-31 14:12:03 +00:00
"description": "A Minimalist clockface with large Digits. Now with more fonts!",
2022-01-31 19:09:14 +00:00
"screenshots" : [{"url":"cc-screenshot-1.png"},{"url":"cc-screenshot-2.png"}],
"tags": "clock",
2022-02-10 10:54:14 +00:00
"custom": "custom.html",
"supports" : ["BANGLEJS2"],
"type": "clock",
"storage": [
{"name":"contourclock.app.js","url":"app.js"},
2022-02-06 10:14:30 +00:00
{"name":"contourclock.settings.js","url":"contourclock.settings.js"},
{"name":"contourclock","url":"lib.js"},
{"name":"contourclock.img","url":"app-icon.js","evaluate":true}
]
}