Files
doneit-web/capacitor.config.json
T

21 lines
470 B
JSON
Raw Normal View History

2021-01-15 10:16:20 +01:00
{
"appId": "com.gpr.gabinetedigital",
"appName": "gabinete-digital",
"webDir": "www",
"npmClient": "npm",
"cordova": {
"preferences": {
"ScrollEnabled": "false",
"BackupWebStorage": "none",
"SplashMaintainAspectRatio": "true",
"FadeSplashScreenDuration": "300",
"SplashShowOnlyFirstTime": "false",
"SplashScreen": "screen",
"SplashScreenDelay": "3000"
}
2021-01-15 15:25:13 +01:00
},
"android": {
"allowMixedContent": true
2021-01-15 10:16:20 +01:00
}
}