forked from FOSS/BangleApps
Update docs, tweak eslintignores
parent
78d0e630c4
commit
27d57623ed
|
@ -198,7 +198,6 @@ and which gives information about the app for the Launcher.
|
|||
// 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 '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
|
||||
"version":"1.23",
|
||||
// added by BangleApps loader on upload based on apps.json
|
||||
"files:"file1,file2,file3",
|
||||
|
@ -222,7 +221,8 @@ and which gives information about the app for the Launcher.
|
|||
"description": "...", // long description (can contain markdown)
|
||||
"type":"...", // optional(if app) - 'app'/'widget'/'launch'/'bootloader'
|
||||
"tags": "", // comma separated tag list for searching
|
||||
|
||||
"dependencies" : { "notify":"type" } // optional, app 'types' we depend on
|
||||
// for instance this will use notify/notifyfs is they exist, or will pull in 'notify'
|
||||
"readme": "README.md", // if supplied, a link to a markdown-style text file
|
||||
// that contains more information about this app (usage, etc)
|
||||
// A 'Read more...' link will be added under the app
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
animclk/V29.LBM.js
|
|
@ -3,4 +3,3 @@ lib/imageconverter.js
|
|||
lib/qrcode.min.js
|
||||
lib/heatshrink.js
|
||||
lib/marked.min.js
|
||||
apps/animclk/V29.LBM.js
|
Loading…
Reference in New Issue