Newer
Older
smart-home-server / webclient / capacitor.config.json
{
  "appId": "com.gnexus.shserv",
  "appName": "Smart Home",
  "webDir": "../server/dist",
  "bundledWebRuntime": false,
  "android": {
    "backgroundColor": "#0f172a",
    "allowMixedContent": true
  },
  "server": {
    "androidScheme": "https"
  },
  "plugins": {
    "CapacitorHttp": {
      "enabled": true
    },
    "SplashScreen": {
      "launchShowDuration": 1500,
      "backgroundColor": "#0f172a",
      "androidScaleType": "CENTER_CROP"
    }
  }
}