32 lines
No EOL
1.1 KiB
Bash
32 lines
No EOL
1.1 KiB
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://sudovanilla.com/nexus-polestar/docs/basics/configuration/#splash
|
|
LoadingIndicator="Spinner" # "Spinner" "ProgressBar" "JumpingBalls" "GlowingBars"
|
|
SplashBackground="#232323"
|
|
|
|
## Notifications - For Pushy
|
|
NotificationType="Native" # "Custom" "Native"
|
|
|
|
# Pushy Notifications
|
|
# Document: https://sudovanilla.com/nexus-polestar/docs/basics/notifications/
|
|
PushyAppId="63e9212d7446e48a2a0e8ec0" ## Must change or users may recieve test notifications out of the blue (or this will happen: https://mastodon.social/@nixCraft/110103098153648217)
|
|
|
|
# Crash Reporter
|
|
CrashReportServer="https://nexuspolestar.bugsplat.com/post/electron/crash.php" |