mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
23 lines
589 B
JSON
23 lines
589 B
JSON
{
|
|
"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
|
|
}
|