2020-08-05 15:39:16 +01:00
|
|
|
{
|
2020-12-09 12:10:19 +01:00
|
|
|
"appId": "com.gpr.gabinetedigital",
|
2020-08-05 15:39:16 +01:00
|
|
|
"appName": "gabinete-digital",
|
|
|
|
|
"bundledWebRuntime": false,
|
|
|
|
|
"npmClient": "npm",
|
|
|
|
|
"webDir": "www",
|
|
|
|
|
"plugins": {
|
|
|
|
|
"SplashScreen": {
|
|
|
|
|
"launchShowDuration": 0
|
|
|
|
|
}
|
|
|
|
|
},
|
2020-08-13 17:44:57 +01:00
|
|
|
"cordova": {
|
|
|
|
|
"preferences": {
|
|
|
|
|
"ScrollEnabled": "false",
|
|
|
|
|
"BackupWebStorage": "none",
|
|
|
|
|
"SplashMaintainAspectRatio": "true",
|
|
|
|
|
"FadeSplashScreenDuration": "300",
|
|
|
|
|
"SplashShowOnlyFirstTime": "false",
|
|
|
|
|
"SplashScreen": "screen",
|
|
|
|
|
"SplashScreenDelay": "3000"
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-08-05 15:39:16 +01:00
|
|
|
}
|