{
  "expo": {
    "sdkVersion": "46.0.0",
    "name": "pivot",
    "owner": "pivot-technologies",
    "slug": "pivot",
    "version": "1.0.0",
    "orientation": "portrait",
    "icon": "./src/assets/icon/dark.png",
    "userInterfaceStyle": "automatic",
    "splash": {
      "image": "./src/assets/splash/dark.png",
      "resizeMode": "contain",
      "backgroundColor": "#0D0A46"
    },
    "scheme": "pivot",
    "assetBundlePatterns": ["**/*"],
    "ios": {
      "supportsTablet": true,
      "bundleIdentifier": "so.pivot",
      "infoPlist": {
        "LSApplicationQueriesSchemes": [
          "message",
          "readdle-spark",
          "airmail",
          "ms-outlook",
          "googlegmail",
          "inbox-gmail",
          "ymail",
          "superhuman",
          "yandexmail",
          "fastmail",
          "protonmail"
        ]
      }
    },
    "android": {
      "adaptiveIcon": {
        "foregroundImage": "./src/assets/adaptive-icon/dark.png",
        "backgroundColor": "#FFFFFF"
      },
      "package": "so.pivot"
    },
    "web": {
      "favicon": "./src/assets/favicon.png"
    },
    "plugins": ["react-native-email-link", "expo-notifications", "sentry-expo"],
    "runtimeVersion": {
      "policy": "sdkVersion"
    },
    "updates": {
      "url": "https://u.expo.dev/06a3b650-c8cc-41a4-ab01-32e2f9936701"
    },
    "extra": {
      "eas": {
        "projectId": "06a3b650-c8cc-41a4-ab01-32e2f9936701"
      }
    }
  }
}
