{
  "expo": {
    "name": "LiveKit Voice Test",
    "slug": "livekit-voice-test",
    "version": "1.0.0",
    "orientation": "portrait",
    "icon": "./assets/icon.png",
    "userInterfaceStyle": "dark",
    "splash": {
      "image": "./assets/splash.png",
      "resizeMode": "contain",
      "backgroundColor": "#080c18"
    },
    "assetBundlePatterns": ["**/*"],
    "ios": {
      "supportsTablet": true,
      "bundleIdentifier": "com.livekit.voice.test"
    },
    "android": {
      "adaptiveIcon": {
        "foregroundImage": "./assets/adaptive-icon.png",
        "backgroundColor": "#080c18"
      },
      "package": "com.livekit.voice.test"
    },
    "web": {
      "favicon": "./assets/favicon.png"
    }
  }
}
