{ "expo": { "name": "Time To Leave", "slug": "timetoleave", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "dark", "newArchEnabled": true, "splash": { "image": "./assets/splash-icon.png", "resizeMode": "contain", "backgroundColor": "#090816" }, "ios": { "supportsTablet": true, "bundleIdentifier": "com.timetoleave.app", "infoPlist": { "NSLocationWhenInUseUsageDescription": "This app uses your location to find nearby stations and calculate travel times.", "NSUserNotificationUsageDescription": "This app uses notifications to remind you about events." } }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#090816" }, "edgeToEdgeEnabled": true, "predictiveBackGestureEnabled": false, "package": "com.timetoleave.app", "permissions": [ "android.permission.ACCESS_FINE_LOCATION", "android.permission.POST_NOTIFICATIONS", "android.permission.INTERNET", "android.permission.ACCESS_COARSE_LOCATION" ] }, "web": { "favicon": "./assets/favicon.png" }, "plugins": [ "expo-location", "expo-notifications" ], "privacyPolicyUrl": "https://timetoleave.app/privacy-policy", "extra": { "eas": { "projectId": "2467d09e-f838-404b-b5a9-14d48ac76bec" } }, "owner": "floegger" } }