Skip to content

app.json

Perodactyl edited this page Jan 9, 2022 · 1 revision

The app.json file contains metadata about your app.

title

This is the title of your app.

type

This appears in the corner box. It should be a comma separated list of js, css, or app. App means it has a window that it can open.

files

This is the list of files that App Manager will try to find and copy over to the folder in windows93.

main

This file runs every time the app loads. An app loads when the page loads or when appman is updated.

version

This should be a 3 element array containing numbers. For example, [1, 2, 3] would be parsed to 1.2.3

description

This is the description. 50 characters will show in the list and the whole thing will show in the details menu.

inst

This is the file that runs upon installation.

Clone this wiki locally