2022-12-06 23:12:14 +00:00
|
|
|
{
|
|
|
|
"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",
|
2022-12-17 11:23:28 +00:00
|
|
|
"description": "The simplest working clock, with clock_info, acts as a tutorial piece",
|
2022-12-06 23:12:14 +00:00
|
|
|
"readme": "README.md",
|
|
|
|
"icon": "app.png",
|
|
|
|
"screenshots": [{"url":"screenshot3.png"}],
|
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
|
|
|
"supports": ["BANGLEJS2"],
|
2023-01-27 13:33:46 +00:00
|
|
|
"dependencies" : { "clock_info":"module" },
|
2022-12-06 23:12:14 +00:00
|
|
|
"storage": [
|
|
|
|
{"name":"simplestpp.app.js","url":"app.js"},
|
|
|
|
{"name":"simplestpp.img","url":"icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|