{
  "expo": {
    "name": "My Harvester",
    "slug": "my-harvester",
    "version": "0.1.0",
    "orientation": "portrait",
    "userInterfaceStyle": "light",
    "scheme": "wheatharvester",
    "splash": {
      "resizeMode": "contain",
      "backgroundColor": "#1B5E20"
    },
    "assetBundlePatterns": ["**/*"],
    "ios": {
      "supportsTablet": true,
      "bundleIdentifier": "com.wheatharvester.app",
      "infoPlist": {
        "NSContactsUsageDescription": "Pick customers directly from your contacts."
      }
    },
    "android": {
      "package": "com.wheatharvester.app",
      "permissions": ["READ_CONTACTS"]
    },
    "plugins": ["expo-secure-store", "expo-contacts", "expo-document-picker"],
    "extra": {
      "apiUrl": "http://13.49.41.223/api/v1"
    }
  }
}
