2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "cliock",
|
|
|
|
"name": "Commandline-Clock",
|
|
|
|
"shortName": "CLI-Clock",
|
2024-03-04 21:32:06 +00:00
|
|
|
"version": "0.16",
|
2022-01-06 11:47:26 +00:00
|
|
|
"description": "Simple CLI-Styled Clock",
|
|
|
|
"icon": "app.png",
|
|
|
|
"screenshots": [{"url":"screenshot_cli.png"}],
|
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock,cli,command,bash,shell",
|
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
2022-04-04 07:43:48 +00:00
|
|
|
"readme": "README.md",
|
2022-01-06 11:47:26 +00:00
|
|
|
"allow_emulator": true,
|
|
|
|
"storage": [
|
|
|
|
{"name":"cliock.app.js","url":"app.js"},
|
|
|
|
{"name":"cliock.img","url":"app-icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|