BangleApps/apps/simplestpp/metadata.json

19 lines
539 B
JSON
Raw Normal View History

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