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
Name of the custom app
Path to the icon for the custom app
Web page URL that the pad should display. Only websites with iFrame support work, including custom HTML files for self-developed apps.
Unique identifier for your app. Set this once and never change it. Ensure no duplicate IDs exist.
Changes the header and home button color scheme (black/white)
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 theclient/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.