1
0
Fork 0

Added numeral clock

master
adrian w kirk 2021-03-06 20:29:59 +00:00
parent dec095d2d9
commit d631fc36d0
1 changed files with 13 additions and 0 deletions

View File

@ -226,6 +226,19 @@
{"name":"slidingtext.img","url":"slidingtext-icon.js","evaluate":true}
]
},
{ "id": "numeralclock",
"name": "Numeral Clock",
"icon": "numeralclock.png",
"version":"0.01",
"description": "Smooth sweep secondhand with single hour numeral",
"tags": "clock",
"type":"clock",
"allow_emulator":true,
"storage": [
{"name":"numeralclock.app.js","url":"numeralclock.js"},
{"name":"numeralclock.img","url":"numeralclock-icon.js","evaluate":true}
]
},
{ "id": "imgclock",
"name": "Image background clock",
"shortName":"Image Clock",