BangleApps/apps/polymath/metadata.json

17 lines
527 B
JSON
Raw Permalink Normal View History

2023-05-02 17:47:07 +00:00
{ "id": "polymath",
"name": "A Polymaths Clock",
"shortName":"Polymath",
"icon": "app.png",
2024-03-04 21:32:06 +00:00
"version": "0.02",
2023-05-02 17:47:07 +00:00
"description": "This is a graphical clock based on Anton Clock with date, day and moon phase. Beta",
2023-05-02 19:54:25 +00:00
"screenshots" : [ { "url":"screenshot.png" }, { "url":"polymathclock.jpg" } ],
2023-05-02 19:44:02 +00:00
"type":"clock",
2023-05-02 17:47:07 +00:00
"tags": "clock",
2023-05-02 19:48:53 +00:00
"readme": "README.md",
2023-05-02 19:14:20 +00:00
"supports": ["BANGLEJS2"],
2023-05-02 17:47:07 +00:00
"storage": [
2023-05-02 18:08:29 +00:00
{"name":"polymath.app.js","url":"app.js"},
{"name":"polymath.img","url":"app-icon.js","evaluate":true}
2023-05-02 17:47:07 +00:00
]
}