forked from FOSS/BangleApps
remove duplication
parent
9d758075da
commit
67fc91fb62
|
@ -226,10 +226,8 @@ 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":"*myappid", // for Bangle.js menu
|
"icon":"*myappid", // for Bangle.js menu
|
||||||
"src":"-myappid", // source file
|
"src":"-myappid", // source file
|
||||||
"type":"widget/clock/app/bootloader", // optional, default "app"
|
"type":"widget/clock/app/bootloader/...", // optional, default "app"
|
||||||
// if this is 'widget' then it's not displayed in the menu
|
// see 'type' in 'metadata.json format' below for more options/info
|
||||||
// if it's 'clock' then it'll be loaded by default at boot time
|
|
||||||
// if this is 'bootloader' then it's code that is run at boot time, but is not in a menu
|
|
||||||
"version":"1.23",
|
"version":"1.23",
|
||||||
// added by BangleApps loader on upload based on metadata.json
|
// added by BangleApps loader on upload based on metadata.json
|
||||||
"files:"file1,file2,file3",
|
"files:"file1,file2,file3",
|
||||||
|
|
Loading…
Reference in New Issue