2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "antonclk",
|
|
|
|
"name": "Anton Clock",
|
2022-10-28 13:48:39 +00:00
|
|
|
"version": "0.11",
|
|
|
|
"description": "A simple clock using the bold Anton font. See `Anton Clock Plus` for an enhanced version",
|
2022-01-06 11:47:26 +00:00
|
|
|
"icon": "app.png",
|
|
|
|
"screenshots": [{"url":"screenshot.png"}],
|
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
|
|
"allow_emulator": true,
|
|
|
|
"storage": [
|
|
|
|
{"name":"antonclk.app.js","url":"app.js"},
|
|
|
|
{"name":"antonclk.img","url":"app-icon.js","evaluate":true}
|
2022-10-28 13:48:39 +00:00
|
|
|
]
|
2022-01-06 11:47:26 +00:00
|
|
|
}
|