Skip to main content

Configuration

To configure custom apps, navigate to the config file: /public/static/config/config.json Search for the AppStore section to add your custom applications.
Never change the redirect property! This is essential for the pad to know where to forward requests.

Configuration Properties

string
required
Name of the custom app
string
required
Path to the icon for the custom app
string
required
Web page URL that the pad should display. Only websites with iFrame support work, including custom HTML files for self-developed apps.
string
required
Unique identifier for your app. Set this once and never change it. Ensure no duplicate IDs exist.
boolean
default:"false"
Changes the header and home button color scheme (black/white)
object
Event configuration object with the following properties:

Examples

Website App Configuration

Self-Developed App Configuration

App Template

Get started quickly with our self-development app template on GitHub

Custom Events with Lua

To connect your app with Lua code, edit the client/clientAPI.lua file. Replace APPNAME with your actual app name and add your custom code inside the if statement:
Custom events allow you to trigger Lua functions when users interact with your custom app, enabling deeper integration with the game environment.