mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-02-10 02:42:47 +00:00
19
android/app/src/main/assets/capacitor.config.json
Normal file
19
android/app/src/main/assets/capacitor.config.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"appId": "de.any_school.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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user