2026-06-30 17:49:41 +05:30
|
|
|
{
|
|
|
|
|
"appId": "com.bizgaze.connect",
|
|
|
|
|
"appName": "Biz Connect",
|
|
|
|
|
"webDir": "www",
|
|
|
|
|
"server": {
|
|
|
|
|
"url": "https://remote.bizgaze.com",
|
|
|
|
|
"cleartext": false,
|
|
|
|
|
"androidScheme": "https"
|
|
|
|
|
},
|
|
|
|
|
"plugins": {
|
|
|
|
|
"PushNotifications": {
|
|
|
|
|
"presentationOptions": ["badge", "sound", "alert"]
|
2026-07-17 17:36:14 +05:30
|
|
|
},
|
|
|
|
|
"SafeArea": {
|
|
|
|
|
"detectViewportFitCoverChanges": true,
|
|
|
|
|
"initialViewportFitCover": true,
|
2026-07-18 00:17:58 +05:30
|
|
|
"offsetForKeyboardInsetBug": false
|
2026-07-17 17:36:14 +05:30
|
|
|
},
|
|
|
|
|
"Keyboard": {
|
2026-07-18 00:17:58 +05:30
|
|
|
"resize": "native"
|
|
|
|
|
},
|
|
|
|
|
"SplashScreen": {
|
|
|
|
|
"launchShowDuration": 900,
|
|
|
|
|
"launchAutoHide": true,
|
|
|
|
|
"backgroundColor": "#16294F",
|
|
|
|
|
"showSpinner": false,
|
|
|
|
|
"iosSpinnerStyle": "large"
|
2026-06-30 17:49:41 +05:30
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|