2023-05-03 17:57:25 +00:00
|
|
|
{ "id": "3dclock",
|
2023-05-03 18:48:34 +00:00
|
|
|
"name": "3D Clock",
|
2023-05-03 17:57:25 +00:00
|
|
|
"shortName":"3DClock",
|
|
|
|
"icon": "app.png",
|
|
|
|
"version":"0.01",
|
2024-02-10 20:17:07 +00:00
|
|
|
"description": "This is a simple 3D scaling demo based on Anton Clock",
|
2023-05-03 18:00:52 +00:00
|
|
|
"screenshots" : [ { "url":"screenshot.png" }],
|
2023-05-03 17:57:25 +00:00
|
|
|
"type":"clock",
|
|
|
|
"tags": "clock",
|
|
|
|
"readme": "README.md",
|
|
|
|
"supports": ["BANGLEJS2"],
|
|
|
|
"storage": [
|
|
|
|
{"name":"3dclock.app.js","url":"app.js"},
|
|
|
|
{"name":"3dclock.img","url":"app-icon.js","evaluate":true}
|
|
|
|
]
|
2023-05-03 18:00:52 +00:00
|
|
|
}
|