From 736ef026d90717ab315709ea2b549cf898a80c01 Mon Sep 17 00:00:00 2001 From: SpyGuy Date: Thu, 24 Sep 2020 13:38:08 -0400 Subject: [PATCH] Update apps.json --- apps.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/apps.json b/apps.json index 50f76f875..c47097564 100644 --- a/apps.json +++ b/apps.json @@ -1,11 +1,11 @@ [ { "id": "boot", "name": "Bootloader", + "tags": "tool,system", + "type":"bootloader", "icon": "bootloader.png", "version":"0.21", "description": "This is needed by Bangle.js to automatically load the clock, menu, widgets and settings", - "tags": "tool,system", - "type":"bootloader", "storage": [ {"name":".boot0","url":"boot0.js"}, {"name":".bootcde","url":"bootloader.js"} @@ -2226,3 +2226,18 @@ ] } ] + +}, +{ "id": "digiclock", + "name": "Digital Clock", + "shortName":"Digi Clock", + "icon": "digiclock.png", + "version":"0.01", + "description": "A simple digital clock with the time, day, month, and year", + "tags": "", + "storage": [ + {"name":"digiclock.app.js","url":"digiclock.js"}, + {"name":"digiclock.img","url":"digi-icon.js","evaluate":true} + ] +} +]