Hi! Yes, this should be possible. Each app that's loaded by the launcher has a sortorder field, and when all the apps are loaded they are sorted by that field.
You can list all apps with require("Storage").list(/.info$/) - so, suppose you want to make the stopwatch go right at the start, you can do:
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi! Yes, this should be possible. Each app that's loaded by the launcher has a
sortorder
field, and when all the apps are loaded they are sorted by that field.You can list all apps with
require("Storage").list(/.info$/)
- so, suppose you want to make the stopwatch go right at the start, you can do:This could definitely be added to the app manager - if only by re-writing all the
app.info
files withsortorder=index_you_want