{ "expo": { "name": "Moodlit", "slug": "moods", "version": "1.0.0", "scheme": "moods", "platforms": ["ios", "android"], "web": { "bundler": "metro", "output": "static", "favicon": "./assets/favicon.png" }, "plugins": [ "expo-router", [ "expo-camera", { "cameraPermission": "Erlaubt $(PRODUCT_NAME) die Kamera für die Taschenlampen-Funktion zu nutzen." } ], [ "expo-splash-screen", { "backgroundColor": "#000000", "image": "./assets/splash.png", "imageWidth": 200 } ] ], "experiments": { "typedRoutes": true, "tsconfigPaths": true }, "orientation": "default", "icon": "./assets/mood-light-logo.png", "userInterfaceStyle": "dark", "assetBundlePatterns": ["**/*"], "ios": { "supportsTablet": true, "requireFullScreen": false, "bundleIdentifier": "com.tilljs.moodlight", "icon": "./assets/mood-light.icon", "infoPlist": { "ITSAppUsesNonExemptEncryption": false, "UIRequiresFullScreen": false, "UIUserInterfaceStyle": "Dark", "UISupportedInterfaceOrientations": [ "UIInterfaceOrientationPortrait", "UIInterfaceOrientationLandscapeLeft", "UIInterfaceOrientationLandscapeRight" ], "UISupportedInterfaceOrientations~ipad": [ "UIInterfaceOrientationPortrait", "UIInterfaceOrientationPortraitUpsideDown", "UIInterfaceOrientationLandscapeLeft", "UIInterfaceOrientationLandscapeRight" ] } }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/mood-light-logo.png", "backgroundColor": "#000000" }, "package": "com.tilljs.moodlight", "permissions": [ "CAMERA", "FLASHLIGHT", "android.permission.CAMERA", "android.permission.RECORD_AUDIO" ] }, "extra": { "router": {}, "eas": { "projectId": "faec0f17-97e2-4be5-9a85-d281b5635e7a" } }, "owner": "memoro" } }