mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 21:12:52 +00:00
14 lines
333 B
JSON
14 lines
333 B
JSON
{
|
|
"$schema": "./config.schema.json",
|
|
"appName": "Open StApps",
|
|
"appDisplayName": "StApps",
|
|
"backendUrl": "http://localhost:3000",
|
|
"backendVersion": "3.0.0",
|
|
"appLinkHost": "localhost:3000",
|
|
"appUrlScheme": "de.anyschool.app",
|
|
"appMarketingVersion": "1.0.0",
|
|
"android": {
|
|
"packageName": "de.anyschool.app"
|
|
}
|
|
}
|