2022-10-28 13:48:39 +00:00
|
|
|
{
|
|
|
|
"id": "antonclkplus",
|
|
|
|
"name": "Anton Clock Plus",
|
|
|
|
"shortName": "Anton Clock+",
|
2024-03-13 10:56:27 +00:00
|
|
|
"version": "0.11",
|
2022-10-28 13:48:39 +00:00
|
|
|
"description": "A clock using the bold Anton font, optionally showing seconds and date in ISO-8601 format.",
|
|
|
|
"readme":"README.md",
|
|
|
|
"icon": "app.png",
|
|
|
|
"screenshots": [{"url":"screenshot.png"}],
|
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
|
|
"allow_emulator": true,
|
|
|
|
"storage": [
|
|
|
|
{"name":"antonclkplus.app.js","url":"app.js"},
|
|
|
|
{"name":"antonclkplus.settings.js","url":"settings.js"},
|
|
|
|
{"name":"antonclkplus.img","url":"app-icon.js","evaluate":true}
|
|
|
|
],
|
|
|
|
"data": [{"name":"antonclkplus.json"}]
|
|
|
|
}
|