From 05803858c8a3f0bd62fe2b37e0041b5847de31b6 Mon Sep 17 00:00:00 2001 From: computermacgyver Date: Sun, 23 Aug 2020 23:56:09 +0100 Subject: [PATCH] adding to apps.json --- apps.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/apps.json b/apps.json index d9f9b7e10..a8210a4ce 100644 --- a/apps.json +++ b/apps.json @@ -2171,5 +2171,20 @@ {"name":"cube.stl","url":"cube.stl"}, {"name":"icosa.stl","url":"icosa.stl"} ] - } + }, + { "id": "worldclock", + "name": "World Clock - 4 time zones", + "shortName":"World Clock", + "icon": "app.png", + "version":"0.01", + "description": "Current time zone plus up to four others", + "tags": "clock", + "type" : "clock", + "custom": "custom.html", + "storage": [ + {"name":"worldclock.app.js","url":"app.js"}, + {"name":"worldclock.settings.json"} + ] +} +] ]