From f0ee77b38e42c58df5195bc3f593b98431554d2b Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Tue, 18 Aug 2020 09:16:35 +0100 Subject: [PATCH] update docs about app type --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0e225894..b1897f125 100644 --- a/README.md +++ b/README.md @@ -194,9 +194,10 @@ and which gives information about the app for the Launcher. "name":"Short Name", // for Bangle.js menu "icon":"*7chname", // for Bangle.js menu "src":"-7chname", // source file - "type":"widget/clock/app", // optional, default "app" - // if this is 'widget' then it's not displayed in the menu + "type":"widget/clock/app/boot", // optional, default "app" + // if this is 'widget' then it's not displayed in the menu // if it's 'clock' then it'll be loaded by default at boot time + // if this is 'boot' then it's code that is run at boot time, but is not in a menu "dependencies" : { "notify":"type" } // optional, app 'types' we depend on "version":"1.23", // added by BangleApps loader on upload based on apps.json