{ "expo": { "name": "D3RO Voice", "slug": "d3ro-voice", "scheme": "d3ro-voice", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "dark", "splash": { "image": "./assets/splash.png", "resizeMode": "contain", "backgroundColor": "#19191b" }, "ios": { "supportsTablet": true, "bundleIdentifier": "com.d3ro.voice", "infoPlist": { "NSMicrophoneUsageDescription": "D3RO Voice는 음성 인식을 위해 마이크 접근이 필요합니다." } }, "android": { "package": "com.d3ro.voice", "permissions": ["RECORD_AUDIO"], "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#19191b" } }, "plugins": ["expo-router", "expo-secure-store", "expo-av"], "experiments": { "typedRoutes": true } } }