@@ -230,7 +230,7 @@ and which gives information about the app for the Launcher.
230230 "src":"-myappid", // source file
231231 "type":"widget/clock/app/bootloader/...", // optional, default "app"
232232 // see 'type' in 'metadata.json format' below for more options/info
233- "version":"1.23 ",
233+ "version":"0.01 ",
234234 // added by BangleApps loader on upload based on metadata.json
235235 "files:"file1,file2,file3",
236236 // added by BangleApps loader on upload - lists all files
@@ -249,7 +249,7 @@ and which gives information about the app for the Launcher.
249249{ "id": "appid", // 7 character app id
250250 "name": "Readable name", // readable name
251251 "shortName": "Short name", // short name for launcher
252- "version": "0v01 ", // the version of this app
252+ "version": "0.01 ", // the version of this app
253253 "description": "...", // long description (can contain markdown)
254254 "icon": "icon.png", // icon in apps/
255255 "screenshots" : [ { "url":"screenshot.png" } ], // optional screenshot for app
@@ -270,7 +270,8 @@ and which gives information about the app for the Launcher.
270270 // 'notify' - provides 'notify' library for showing notifications
271271 // 'locale' - provides 'locale' library for language-specific date/distance/etc
272272 // (a version of 'locale' is included in the firmware)
273- "tags": "", // comma separated tag list for searching
273+ // 'defaultconfig' - a set of apps that will can be installed and will wipe out all previously installed apps
274+ "tags": "", // comma separated tag list for searching (don't include uppercase or spaces)
274275 // common types are:
275276 // 'clock' - it's a clock
276277 // 'widget' - it is (or provides) a widget
0 commit comments