From 57be790c8191c6c5492d381f0a0593ef68cc0ec4 Mon Sep 17 00:00:00 2001 From: Pascal Gollnick <33615872+unnamed1337@users.noreply.github.com> Date: Fri, 27 Mar 2020 13:00:29 +0100 Subject: [PATCH] Update apps.json --- apps.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 15acb3b20..bf4f6d060 100644 --- a/apps.json +++ b/apps.json @@ -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} + ] +} ]