2022-01-06 11:47:26 +00:00
|
|
|
{ "id": "colorful_clock",
|
|
|
|
"name": "Colorful Analog Clock",
|
|
|
|
"shortName":"Colorful Clock",
|
2022-09-06 17:32:51 +00:00
|
|
|
"version":"0.04",
|
2022-01-06 11:47:26 +00:00
|
|
|
"description": "a colorful analog clock",
|
|
|
|
"icon": "app-icon.png",
|
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
|
|
|
"supports" : ["BANGLEJS2"],
|
|
|
|
"allow_emulator": true,
|
|
|
|
"screenshots": [{"url":"app-screenshot.png"}],
|
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
|
|
|
{"name":"colorful_clock.app.js","url":"app.js"},
|
|
|
|
{"name":"colorful_clock.img","url":"app-icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|