{
  "expo": {
    "name": "MedLog",
    "slug": "medlog",
    "version": "1.0.0",
    "orientation": "portrait",
    "icon": "./assets/icon.png",
    "userInterfaceStyle": "light",
    "splash": {
      "image": "./assets/splash.png",
      "resizeMode": "contain",
      "backgroundColor": "#0f2419"
    },
    "ios": {
      "supportsTablet": false,
      "bundleIdentifier": "com.medlog.app",
      "infoPlist": {
        "NSFaceIDUsageDescription": "MedLog uses Face ID to protect your private health records.",
        "NSCameraUsageDescription": "MedLog does not use the camera."
      }
    },
    "android": {
      "adaptiveIcon": {
        "foregroundImage": "./assets/adaptive-icon.png",
        "backgroundColor": "#1a3a2a"
      },
      "package": "com.medlog.app",
      "permissions": [
        "android.permission.USE_BIOMETRIC",
        "android.permission.USE_FINGERPRINT"
      ]
    },
    "plugins": [
      "expo-secure-store",
      "expo-local-authentication",
      [
        "expo-notifications",
        {
          "icon": "./assets/notification-icon.png",
          "color": "#1a3a2a",
          "sounds": []
        }
      ]
    ],
    "scheme": "medlog",
    "extra": {
      "eas": {
        "projectId": "f7e50227-8640-45a9-9be0-6f435d8b2639"
      }
    }
  }
}
