mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 00:23:03 +00:00
20 lines
444 B
JSON
20 lines
444 B
JSON
{
|
|
"appId": "de.anyschool.app",
|
|
"appName": "StApps",
|
|
"webDir": "www",
|
|
"bundledWebRuntime": false,
|
|
"cordova": {
|
|
"preferences": {
|
|
"AndroidXEnabled": "true",
|
|
"ScrollEnabled": "false",
|
|
"android-minSdkVersion": "22",
|
|
"BackupWebStorage": "none",
|
|
"SplashMaintainAspectRatio": "true",
|
|
"FadeSplashScreenDuration": "300",
|
|
"SplashShowOnlyFirstTime": "false",
|
|
"SplashScreen": "screen",
|
|
"SplashScreenDelay": "3000"
|
|
}
|
|
}
|
|
}
|