https://github.com/thewandcompany/pip-boy?tab=readme-ov-file#writing-apps has some basic info on developing Pip-Boy apps.
- All apps should be created under the
apps/directory with a unique name. - Each app should have a
metadata.jsonfile that contains the basic information about your app, theidin this file should match the directory name it is contained within. - Each app should also contain a
Changelogfile that outlines basic changes made to each version of your app.