2022-10-15 21:03:11 +00:00
|
|
|
{
|
|
|
|
"id": "aiclock",
|
|
|
|
"name": "AI Clock",
|
|
|
|
"shortName":"AI Clock",
|
|
|
|
"icon": "aiclock.png",
|
2023-05-17 08:06:09 +00:00
|
|
|
"version":"0.09",
|
2022-10-15 21:03:11 +00:00
|
|
|
"readme": "README.md",
|
|
|
|
"supports": ["BANGLEJS2"],
|
2023-01-27 13:33:46 +00:00
|
|
|
"dependencies" : { "clock_info":"module" },
|
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",
|
2023-04-28 08:59:11 +00:00
|
|
|
"tags": "clock,clkinfo",
|
2022-10-15 21:03:11 +00:00
|
|
|
"screenshots": [
|
|
|
|
{"url":"orig.png"},
|
2022-12-04 15:42:24 +00:00
|
|
|
{"url":"impl.png"},
|
|
|
|
{"url":"impl_2.png"},
|
2022-12-04 15:43:41 +00:00
|
|
|
{"url":"impl_3.png"}
|
2022-10-15 21:03:11 +00:00
|
|
|
],
|
|
|
|
"storage": [
|
|
|
|
{"name":"aiclock.app.js","url":"aiclock.app.js"},
|
|
|
|
{"name":"aiclock.img","url":"aiclock.icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|