2022-04-11 22:16:09 +00:00
|
|
|
{
|
|
|
|
"id": "cogclock",
|
|
|
|
"name": "Cog Clock",
|
2023-04-27 13:19:46 +00:00
|
|
|
"version": "0.05",
|
2022-05-27 16:37:55 +00:00
|
|
|
"description": "A cross-shaped clock inside a cog",
|
2022-04-11 22:16:09 +00:00
|
|
|
"icon": "icon.png",
|
2023-04-27 13:19:46 +00:00
|
|
|
"screenshots": [{"url":"screenshot_b1.png"},{"url":"screenshot_b2.png"}],
|
2022-04-11 22:16:09 +00:00
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
2023-04-27 13:19:46 +00:00
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
2022-04-11 22:16:09 +00:00
|
|
|
"allow_emulator": true,
|
|
|
|
"storage": [
|
|
|
|
{"name":"cogclock.app.js","url":"app.js"},
|
2022-05-27 16:37:55 +00:00
|
|
|
{"name":"cogclock.settings.js","url":"settings.js"},
|
2022-04-11 22:16:09 +00:00
|
|
|
{"name":"cogclock.img","url":"icon.js","evaluate":true}
|
2022-05-27 16:37:55 +00:00
|
|
|
],
|
|
|
|
"data": [
|
|
|
|
{"name": "cogclock.settings.json"}
|
2022-04-11 22:16:09 +00:00
|
|
|
]
|
|
|
|
}
|