{
"appId": "com.gnexus.shserv",
"appName": "Smart Home",
"webDir": "../server/dist",
"bundledWebRuntime": false,
"android": {
"backgroundColor": "#0f172a",
"allowMixedContent": true,
"adjustMarginsForEdgeToEdge": "force"
},
"server": {
"androidScheme": "https"
},
"plugins": {
"CapacitorHttp": {
"enabled": true
},
"SplashScreen": {
"launchShowDuration": 1500,
"backgroundColor": "#0f172a",
"androidScaleType": "CENTER_CROP"
}
}
}