1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-06-10 12:23:43 +05:30
Files
neodlp/src/config.ts
T

11 lines
379 B
TypeScript

export const config = {
appName: "NeoDLP",
appPkgName: "com.neosubhamoy.neodlp",
appHomepage: "https://neodlp.neosubhamoy.com",
appRepo: "neosubhamoy/neodlp",
appSupportEmail: "support@neodlp.neosubhamoy.com",
appAuthor: "Subhamoy Biswas",
appAuthorUrl: "https://neosubhamoy.com",
appAuthorSponsorUrl: "https://github.com/sponsors/neosubhamoy",
}