1
0
Fork 0

Update docs, tweak eslintignores

master
Gordon Williams 2020-08-21 15:17:16 +01:00
parent 78d0e630c4
commit 27d57623ed
3 changed files with 4 additions and 4 deletions

View File

@ -197,8 +197,7 @@ and which gives information about the app for the Launcher.
"type":"widget/clock/app/bootloader", // 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 '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
// if this is 'bootloader' then it's code that is run at boot time, but is not in a menu
"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

1
apps/.eslintignore Normal file
View File

@ -0,0 +1 @@
animclk/V29.LBM.js

View File

@ -3,4 +3,3 @@ lib/imageconverter.js
lib/qrcode.min.js
lib/heatshrink.js
lib/marked.min.js
apps/animclk/V29.LBM.js