mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2026-03-27 20:45:49 +05:30
11 lines
376 B
TypeScript
11 lines
376 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://buymeacoffee.com/neosubhamoy",
|
|
}
|