mirror of https://github.com/espruino/BangleApps
17 lines
526 B
JSON
17 lines
526 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",
|
|
"screenshots" : [ { "url":"screenshot.png" }, { "url":"polymathclock.jpg" } ],
|
|
"type":"clock",
|
|
"tags": "clock",
|
|
"readme": "README.md",
|
|
"supports": ["BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"polymath.app.js","url":"app.js"},
|
|
{"name":"polymath.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|