1
Fork 0
This repository has been archived on 2024-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
Nexus-Polestar/.env
KorbsStudio 58feb03f45
update
2023-02-27 19:03:47 -05:00

32 lines
No EOL
920 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 - For Pushy
NotificationType="Native" # "Custom" "Native"
# Pushy Notifications
# Document: https://nexus-polestar.korbsstudio.com/basics/notifications/
PushyAppId="63e9212d7446e48a2a0e8ec0"
# Crash Reporter
CrashReportServer="https://nexuspolestar.bugsplat.com/post/electron/crash.php"