{ "expo": { "name": "Voicebox", "slug": "voicebox", "scheme": "voicebox", "version": "0.1.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "dark", "newArchEnabled": true, "splash": { "image": "./assets/splash-icon.png", "resizeMode": "contain", "backgroundColor": "#0F0F0F" }, "ios": { "supportsTablet": true, "bundleIdentifier": "sh.voicebox.mobile" }, "android": { "package": "sh.voicebox.mobile", "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#0F0F0F" }, "edgeToEdgeEnabled": true, "predictiveBackGestureEnabled": false }, "web": { "favicon": "./assets/favicon.png" }, "plugins": [ "expo-router", "expo-secure-store", [ "expo-camera", { "cameraPermission": "Voicebox uses the camera to scan the pairing QR shown by your desktop." } ], "expo-audio" ] } }