25 lines
556 B
JSON
25 lines
556 B
JSON
{
|
|
"appId": "io.openvidu.ionic",
|
|
"appName": "OpenViduIonic",
|
|
"bundledWebRuntime": false,
|
|
"npmClient": "npm",
|
|
"webDir": "www",
|
|
"plugins": {
|
|
"SplashScreen": {
|
|
"launchShowDuration": 0
|
|
}
|
|
},
|
|
"cordova": {
|
|
"preferences": {
|
|
"ScrollEnabled": "false",
|
|
"android-minSdkVersion": "22",
|
|
"BackupWebStorage": "none",
|
|
"SplashMaintainAspectRatio": "true",
|
|
"FadeSplashScreenDuration": "300",
|
|
"SplashShowOnlyFirstTime": "false",
|
|
"SplashScreen": "screen",
|
|
"SplashScreenDelay": "3000"
|
|
}
|
|
}
|
|
}
|