mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 12:02:53 +00:00
14 lines
379 B
JSON
14 lines
379 B
JSON
{
|
|
"$schema": "../config.schema.json",
|
|
"appName": "Uni Frankfurt",
|
|
"appDisplayName": "Uni Frankfurt",
|
|
"backendUrl": "https://mobile.server.uni-frankfurt.de",
|
|
"backendVersion": "3.1.0",
|
|
"appLinkHost": "mobile.app.uni-frankfurt.de",
|
|
"appUrlScheme": "de.unifrankfurt.app",
|
|
"appMarketingVersion": "2.3.0",
|
|
"android": {
|
|
"packageName": "de.unifrankfurt.app"
|
|
}
|
|
}
|