{
  "appId": "cloud.fieldops.app",
  "appName": "FieldOps Cloud",
  "webDir": "mobile/capacitor-web",
  "loggingBehavior": "debug",
  "backgroundColor": "#0b5ed7",
  "server": {
    "androidScheme": "https",
    "cleartext": false,
    "allowNavigation": [
      "app.fieldops.cloud",
      "*.fieldops.cloud",
      "localhost",
      "127.0.0.1"
    ]
  },
  "android": {
    "path": "mobile/android",
    "minWebViewVersion": 80,
    "resolveServiceWorkerRequests": true
  },
  "ios": {
    "path": "mobile/ios",
    "scheme": "FieldOps Cloud",
    "contentInset": "automatic"
  },
  "plugins": {
    "SplashScreen": {
      "launchAutoHide": true,
      "backgroundColor": "#0b5ed7",
      "androidSplashResourceName": "splash",
      "showSpinner": false
    },
    "Keyboard": {
      "resize": "body"
    }
  }
}
