Files
openstapps/ios/App/App/capacitor.config.json
2022-02-17 08:37:32 +00:00

31 lines
680 B
JSON

{
"appId": "de.anyschool.app",
"appName": "StApps",
"webDir": "www",
"bundledWebRuntime": false,
"cordova": {
"preferences": {
"AndroidXEnabled": "true",
"android-minSdkVersion": "22",
"BackupWebStorage": "none"
}
},
"plugins": {
"SplashScreen": {
"launchShowDuration": 6000,
"launchAutoHide": false,
"backgroundColor": "#ffffff",
"androidSplashResourceName": "splash",
"androidScaleType": "FIT_CENTER",
"showSpinner": false,
"androidSpinnerStyle": "large",
"iosSpinnerStyle": "small",
"spinnerColor": "#999999",
"splashFullScreen": false,
"splashImmersive": false,
"useDialog": false
},
"LocalNotifications": {}
}
}