BangleApps/apps/imageclock/metadata.json

20 lines
746 B
JSON

{
"id": "imageclock",
"name": "Imageclock",
"shortName": "Imageclock",
"version": "0.08",
"type": "clock",
"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,
"readme": "README.md",
"storage": [
{"name":"imageclock.app.js","url":"app.js"},
{"name":"imageclock.settings.js","url":"settings.js"},
{"name":"imageclock.img","url":"app-icon.js","evaluate":true}
]
}