It's easy to make copies of the Bangle.js App Loader and customise them for your own purposes:
Follow the tutorial on Adding an app to the Bangle.js App Loader to get a GitHub fork set up with GitHub pages.
Your own App Loader should now be available on https://your_user_name.github.io/BangleApps/
Note: You can host the App Loader yourself, but it must be on an HTTPS server (not HTTP) for Web Bluetooth to work.
All the information on apps is stored in metadata.json
The simplest form of modification is to just remove these files from apps that you don't want.
apps then on the folder of the app you don't wantThe list of default apps installed when you click Install default apps is listed in
defaultapps_banglejs1.json and defaultapps_banglejs2.json for the given devices.
Simple remove or add app IDs from metadata.json to modify it.
BangleApps is a standard HTML application, so you can simple edit
index.html or the CSS files to change how it looks.
This page is auto-generated from GitHub. If you see any mistakes or have suggestions, please let us know.