2022-11-03 17:40:39 +00:00
|
|
|
{
|
|
|
|
"id": "entonclk",
|
|
|
|
"name": "Enton Clock",
|
2023-01-19 05:31:41 +00:00
|
|
|
"version": "0.3",
|
2022-12-25 19:03:14 +00:00
|
|
|
"description": "A simple clock using the Audiowide font with timer. ",
|
2022-11-03 17:40:39 +00:00
|
|
|
"icon": "app.png",
|
|
|
|
"screenshots": [{"url":"screenshot.png"}],
|
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
|
|
|
"supports": ["BANGLEJS2"],
|
|
|
|
"allow_emulator": true,
|
|
|
|
"readme":"README.md",
|
|
|
|
"storage": [
|
|
|
|
{"name":"entonclk.app.js","url":"app.js"},
|
|
|
|
{"name":"entonclk.img","url":"app-icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|