Files
Go-To-bed/Client/capacitor.config.json
2022-01-02 01:29:58 +01:00

18 lines
412 B
JSON

{
"appId": "op.ionic.starter",
"appName": "GoToBed",
"webDir": "www",
"bundledWebRuntime": false,
"cordova": {
"preferences": {
"ScrollEnabled": "false",
"BackupWebStorage": "none",
"SplashMaintainAspectRatio": "true",
"FadeSplashScreenDuration": "300",
"SplashShowOnlyFirstTime": "false",
"SplashScreen": "screen",
"SplashScreenDelay": "3000"
}
}
}