Update apps.json

pull/172/head
Pascal Gollnick 2020-03-27 13:00:29 +01:00 committed by GitHub
parent ddc63d84a1
commit 57be790c81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 1 deletions

View File

@ -836,5 +836,19 @@
{"name":"marioclock.app.js","url":"marioclock-app.js"},
{"name":"marioclock.img","url":"marioclock-icon.js","evaluate":true}
]
}
},
{ "id": "cliock",
"name": "Commandline-Clock",
"shortName":"CLI-Clock",
"icon": "app.png",
"version":"0.01",
"description": "Simple CLI-Styled Clock",
"tags": "cli,command,bash,shell",
"type": "clock",
"allow_emulator":true,
"storage": [
{"name":"cliock.app.js","url":"app.js"},
{"name":"cliock.img","url":"app-icon.js","evaluate":true}
]
}
]