mirror of https://github.com/espruino/BangleApps
21 lines
656 B
JSON
21 lines
656 B
JSON
|
{
|
||
|
"id": "antonclkplus",
|
||
|
"name": "Anton Clock Plus",
|
||
|
"shortName": "Anton Clock+",
|
||
|
"version": "0.10",
|
||
|
"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"}]
|
||
|
}
|