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

23 lines
794 B
JSON
Raw Normal View History

{
"id": "imageclock",
2022-02-20 10:10:28 +00:00
"name": "Imageclock",
2022-03-12 12:46:02 +00:00
"shortName": "Imageclock",
2022-11-21 19:34:04 +00:00
"version": "0.13",
"type": "clock",
2022-02-20 10:10:28 +00:00
"description": "BETA!!! File formats still subject to change --- This app is a highly customizable watchface. To use it, you need to select a watchface. You can build the watchfaces yourself without programming anything. All you need to do is write some json and create image files.",
"icon": "app.png",
"tags": "clock",
"supports": ["BANGLEJS2"],
"custom": "custom.html",
"customConnect": false,
2022-02-19 01:58:08 +00:00
"readme": "README.md",
"storage": [
{"name":"imageclock.app.js","url":"app.js"},
2022-03-13 19:27:20 +00:00
{"name":"imageclock.settings.js","url":"settings.js"},
{"name":"imageclock.img","url":"app-icon.js","evaluate":true}
],
"data": [
{"name":"imageclock.json"}
]
}