2023-07-27 19:51:03 +00:00
|
|
|
{
|
|
|
|
"id": "lunaclock",
|
|
|
|
"name": "Luna Clock",
|
2024-03-04 21:32:06 +00:00
|
|
|
"version": "0.02",
|
2023-07-27 19:51:03 +00:00
|
|
|
"description": "Simple clock face inspired by the moon.",
|
|
|
|
"icon": "app.png",
|
|
|
|
"screenshots": [{"url":"screenshot.png"}],
|
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
|
|
"readme": "README.md",
|
|
|
|
"allow_emulator": true,
|
|
|
|
"storage": [
|
|
|
|
{"name":"lunaclock.app.js","url":"app.js"},
|
|
|
|
{"name":"lunaclock.img","url":"app-icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|