pull/549/head
Gordon Williams 2020-08-18 09:18:01 +01:00
parent 747602bdc1
commit f89f069a3f
1 changed files with 2 additions and 2 deletions

View File

@ -194,10 +194,10 @@ and which gives information about the app for the Launcher.
"name":"Short Name", // for Bangle.js menu "name":"Short Name", // for Bangle.js menu
"icon":"*7chname", // for Bangle.js menu "icon":"*7chname", // for Bangle.js menu
"src":"-7chname", // source file "src":"-7chname", // source file
"type":"widget/clock/app/boot", // optional, default "app" "type":"widget/clock/app/bootloader", // optional, default "app"
// if this is 'widget' then it's not displayed in the menu // 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 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 // if this is 'bootloader' 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 "dependencies" : { "notify":"type" } // optional, app 'types' we depend on
"version":"1.23", "version":"1.23",
// added by BangleApps loader on upload based on apps.json // added by BangleApps loader on upload based on apps.json