2022-10-15 21:03:11 +00:00
|
|
|
{
|
|
|
|
"id": "aiclock",
|
|
|
|
"name": "AI Clock",
|
|
|
|
"shortName":"AI Clock",
|
|
|
|
"icon": "aiclock.png",
|
2022-12-01 18:26:40 +00:00
|
|
|
"version":"0.04",
|
2022-10-15 21:03:11 +00:00
|
|
|
"readme": "README.md",
|
|
|
|
"supports": ["BANGLEJS2"],
|
2022-10-15 21:07:22 +00:00
|
|
|
"description": "A watch face that was designed by an AI (stable diffusion) and implemented by a human.",
|
2022-10-15 21:03:11 +00:00
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
|
|
|
"screenshots": [
|
|
|
|
{"url":"orig.png"},
|
|
|
|
{"url":"impl.png"}
|
|
|
|
],
|
|
|
|
"storage": [
|
|
|
|
{"name":"aiclock.app.js","url":"aiclock.app.js"},
|
|
|
|
{"name":"aiclock.img","url":"aiclock.icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|