BangleApps/apps/polymath/metadata.json

14 lines
400 B
JSON
Raw Normal View History

2023-05-02 17:47:07 +00:00
{ "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",
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
]
}