From 432b83ff51cfe24a6337cd3be5db5dee3873f7a2 Mon Sep 17 00:00:00 2001 From: David Peer Date: Thu, 18 Nov 2021 16:09:19 +0100 Subject: [PATCH] Include type and tags --- apps.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 760471dc4..421a0f2ff 100644 --- a/apps.json +++ b/apps.json @@ -4221,8 +4221,10 @@ "shortName":"LCARS", "icon": "lcars.png", "version":"0.01", + "supports": ["BANGLEJS2"], "description": "Library Computer Access Retrieval System (LCARS) clock.", - "tags": "", + "type": "clock", + "tags": "clock", "storage": [ {"name":"lcars-icon.js","url":"app.js"}, {"name":"lcars.app.js","url":"app-icon.js","evaluate":true}