2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "supf",
|
|
|
|
"name": "Simple Clock with Date",
|
|
|
|
"shortName": "supf Clock",
|
2024-03-04 21:32:06 +00:00
|
|
|
"version": "0.02",
|
2022-01-06 11:47:26 +00:00
|
|
|
"description": "Simple Clock with seconds and date in custom language. Install 'Languages' to get localized names.",
|
|
|
|
"icon": "icon.png",
|
|
|
|
"screenshots": [{"url":"screenshot_supf.png"}],
|
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
|
|
|
"supports": ["BANGLEJS2"],
|
|
|
|
"allow_emulator": true,
|
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
|
|
|
{"name":"supf.app.js","url":"app.js"},
|
|
|
|
{"name":"supf.img","url":"icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|