BangleApps/apps/simplestpp/metadata.json

18 lines
499 B
JSON
Raw Normal View History

{
"id": "simplestpp",
2022-12-12 09:01:00 +00:00
"name": "Simplest++ Clock",
"shortName": "Simplest++",
"version": "0.01",
"description": "The simplest working clock, with fast load and clock_info, acts as a tutorial piece",
"readme": "README.md",
"icon": "app.png",
"screenshots": [{"url":"screenshot3.png"}],
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS2"],
"storage": [
{"name":"simplestpp.app.js","url":"app.js"},
{"name":"simplestpp.img","url":"icon.js","evaluate":true}
]
}