Files
doneit-web/capacitor.config.json
T

23 lines
589 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",
2021-02-10 14:06:38 +01:00
"linuxAndroidStudioPath": "/snap/android-studio/current/android-studio/bin/studio.sh",
2021-01-15 10:16:20 +01:00
"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-11-16 16:00:14 +01:00
},
"bundledWebRuntime": false
2021-01-15 10:16:20 +01:00
}