2022-12-06 23:12:14 +00:00
|
|
|
{
|
|
|
|
"id": "simplestpp",
|
2022-12-12 09:01:00 +00:00
|
|
|
"name": "Simplest++ Clock",
|
|
|
|
"shortName": "Simplest++",
|
2022-12-06 23:12:14 +00:00
|
|
|
"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}
|
|
|
|
]
|
|
|
|
}
|