mirror of https://github.com/espruino/BangleApps
13 lines
366 B
JSON
13 lines
366 B
JSON
|
{ "id": "polymath",
|
||
|
"name": "A Polymaths Clock",
|
||
|
"shortName":"Polymath",
|
||
|
"icon": "app.png",
|
||
|
"version":"0.01",
|
||
|
"description": "This is a graphical clock based on Anton Clock with date, day and moon phase. Beta",
|
||
|
"tags": "clock",
|
||
|
"storage": [
|
||
|
{"name":"timer.app.js","url":"app.js"},
|
||
|
{"name":"timer.img","url":"app-icon.js","evaluate":true}
|
||
|
]
|
||
|
}
|