2022-03-21 20:39:02 +00:00
|
|
|
{
|
|
|
|
"id": "glbasic",
|
|
|
|
"name": "GLBasic Clock",
|
|
|
|
"shortName": "GLBasic",
|
2024-03-04 21:32:06 +00:00
|
|
|
"version": "0.23",
|
2022-03-21 20:39:02 +00:00
|
|
|
"description": "A clock with large numbers",
|
|
|
|
"dependencies": {"widpedom":"app"},
|
|
|
|
"icon": "icon48.png",
|
2022-03-21 21:02:55 +00:00
|
|
|
"screenshots": [{"url":"glbasic_screenshot.png"}],
|
2022-03-21 20:39:02 +00:00
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
|
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
|
|
|
"storage": [
|
|
|
|
{"name":"glbasic.app.js","url":"glbasic.app.js"},
|
|
|
|
{"name":"glbasic.img","url":"glbasic.icon.js","evaluate":true}
|
|
|
|
]
|
2022-03-21 21:02:55 +00:00
|
|
|
}
|