30 lines
No EOL
808 B
Bash
30 lines
No EOL
808 B
Bash
#######################
|
|
# Metadata #
|
|
#######################
|
|
# Branding
|
|
Name="App Name"
|
|
Description="The description of the application."
|
|
AppId="net.company.appname"
|
|
Company="Company Name"
|
|
|
|
# Sources
|
|
Website="https://mycompany.net/"
|
|
Support="https://mycompany.net/help/"
|
|
SourceCode="https://github.com/company/app-name"
|
|
|
|
#######################
|
|
# App Configuration #
|
|
#######################
|
|
# Theming
|
|
## Splash
|
|
## Document: https://nexus-polestar.korbsstudio.com/basics/configuration/#splash
|
|
LoadingIndicator="Spinner" # "Spinner" "ProgressBar" "JumpingBalls" "GlowingBars"
|
|
SplashBackground="#232323"
|
|
|
|
# Notifications
|
|
# Document: https://nexus-polestar.korbsstudio.com/basics/notifications/
|
|
## Pushy
|
|
PushyAppId="63e9212d7446e48a2a0e8ec0"
|
|
|
|
## Theming
|
|
NotificationType="Custom" # "Custom" "Native" |