This commit is contained in:
tiago.kayaya
2021-11-05 18:19:27 +01:00
parent 4e10f7e537
commit ffd0a4cd80
42 changed files with 1029 additions and 72 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"appId": "com.gpr.gabinetedigital",
"appName": "gabinete-digital",
"webDir": "www",
"npmClient": "npm",
"linuxAndroidStudioPath": "/snap/android-studio/current/android-studio/bin/studio.sh",
"cordova": {
"preferences": {
"ScrollEnabled": "false",
"BackupWebStorage": "none",
"SplashMaintainAspectRatio": "true",
"FadeSplashScreenDuration": "300",
"SplashShowOnlyFirstTime": "false",
"SplashScreen": "screen",
"SplashScreenDelay": "3000"
}
},
"android": {
"allowMixedContent": true
},
"bundledWebRuntime": false
}