{
  "appId": "com.torreystudio.lumen",
  "appName": "Lumen",
  "webDir": "dist/client",
  "bundledWebRuntime": false,
  "server": {
    "androidScheme": "https",
    "iosScheme": "capacitor"
  },
  "ios": {
    "contentInset": "automatic",
    "preferredContentMode": "mobile",
    "backgroundColor": "#0b0c0e"
  },
  "android": {
    "backgroundColor": "#0b0c0e",
    "allowMixedContent": false
  },
  "plugins": {
    "SplashScreen": {
      "backgroundColor": "#0b0c0e",
      "launchShowDuration": 0
    }
  }
}
