Files
neodlp/src/config.ts
T
2026-05-07 22:48:09 +05:30

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",
}