adds a new app
desktop.addApp({ name: "App 1", icon: "https://some.com/image.png", launch: () => ({ init: () => ({ template: "My app" }) }), });