1
0
Fork 0

update docs about app type

master
Gordon Williams 2020-08-18 09:16:35 +01:00
parent 32415c7189
commit f0ee77b38e
1 changed files with 3 additions and 2 deletions

View File

@ -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"
"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