28 lines
No EOL
772 B
TypeScript
28 lines
No EOL
772 B
TypeScript
///////////////////////
|
|
// Metadata //
|
|
///////////////////////
|
|
export const meta = {
|
|
name: 'App Name Here',
|
|
company: 'Company Name',
|
|
description: '',
|
|
id: 'org.company-name.app-name-here', // extension.domain.appname
|
|
|
|
// Sources
|
|
website: "https://mywebsite.net/",
|
|
support: "https://mywebsite.net/help/",
|
|
source_code: "https://github.com/user/repo"
|
|
}
|
|
|
|
////////////////////////////////
|
|
// App Configuration //
|
|
////////////////////////////////
|
|
export const config = {
|
|
// Notifications
|
|
notificationType: "Native", // "Custom" "Native"
|
|
|
|
// Pushy Notifications
|
|
pushyAppId: "63e9212d7446e48a2a0e8ec0",
|
|
|
|
// Crash Reporter
|
|
crashReportServer: "https://nexuspolestar.bugsplat.com/post/electron/crash.php"
|
|
} |