{
  "expo": {
    "name": "Fogbreak",
    "slug": "fogbreak",
    "version": "1.0.0",
    "orientation": "portrait",
    "icon": "./assets/icon.png",
    "scheme": "fogbreak",
    "userInterfaceStyle": "light",
    "splash": {
      "image": "./assets/splash.png",
      "resizeMode": "contain",
      "backgroundColor": "#1A3347"
    },
    "assetBundlePatterns": ["**/*"],
    "ios": {
      "supportsTablet": true,
      "bundleIdentifier": "com.fogbreak.app",
      "infoPlist": {
        "NSCameraUsageDescription": "Fogbreak uses the camera for business card scanning and property photos.",
        "NSLocationWhenInUseUsageDescription": "Fogbreak uses your location for showing route navigation and nearby listings.",
        "NSLocationAlwaysAndWhenInUseUsageDescription": "Fogbreak tracks your location to auto-detect showing arrivals.",
        "NSPhotoLibraryUsageDescription": "Fogbreak accesses your photo library to upload listing photos and virtual staging images."
      }
    },
    "android": {
      "adaptiveIcon": {
        "foregroundImage": "./assets/adaptive-icon.png",
        "backgroundColor": "#1A3347"
      },
      "package": "com.fogbreak.app",
      "permissions": [
        "CAMERA",
        "ACCESS_FINE_LOCATION",
        "ACCESS_COARSE_LOCATION",
        "READ_EXTERNAL_STORAGE",
        "WRITE_EXTERNAL_STORAGE",
        "RECEIVE_BOOT_COMPLETED",
        "VIBRATE"
      ]
    },
    "plugins": [
      "expo-camera",
      "expo-location",
      "expo-notifications",
      "expo-document-picker",
      "expo-image-picker",
      "expo-secure-store"
    ],
    "notification": {
      "icon": "./assets/notification-icon.png",
      "color": "#1A3347",
      "iosDisplayInForeground": true
    }
  }
}
