Files
Ionic-application/capacitor.config.json
2025-11-05 10:06:53 +05:30

38 lines
870 B
JSON

{
"appId": "com.globaljain.social",
"appName": "Global Jain",
"webDir": "www",
"bundledWebRuntime": true,
"plugins": {
"splashScreen": {
"launchShowDuration": 4000,
"launchAutoHide": false,
"androidSplashResourceName": "splash",
"androidScaleType": "CENTER_CROP",
"showSpinner": false,
"androidSpinnerStyle": "small",
"iosSpinnerStyle": "small",
"spinnerColor": "#999999",
"splashFullScreen": true,
"splashImmersive": false,
"layoutName": "launch_screen",
"useDialog": false,
"backgroundColor": "#4D4D4D"
},
"PushNotifications": {
"presentationOptions": [
"sound",
"alert"
]
},
"FirebaseAuthentication": {
"skipNativeAuth": false,
"providers": [
"phone"
]
}
},
"server": {
"cleartext": true
}
}