mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
24 lines
521 B
JSON
24 lines
521 B
JSON
{
|
|
"appId": "io.ionic.starter",
|
|
"appName": "gabinete-digital",
|
|
"bundledWebRuntime": false,
|
|
"npmClient": "npm",
|
|
"webDir": "www",
|
|
"plugins": {
|
|
"SplashScreen": {
|
|
"launchShowDuration": 0
|
|
}
|
|
},
|
|
"cordova": {
|
|
"preferences": {
|
|
"ScrollEnabled": "false",
|
|
"BackupWebStorage": "none",
|
|
"SplashMaintainAspectRatio": "true",
|
|
"FadeSplashScreenDuration": "300",
|
|
"SplashShowOnlyFirstTime": "false",
|
|
"SplashScreen": "screen",
|
|
"SplashScreenDelay": "3000"
|
|
}
|
|
}
|
|
}
|