{ "expo": { "name": "n8n Pilot", "slug": "n8n-pilot", "scheme": "n8npilot", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "dark", "newArchEnabled": true, "splash": { "image": "./assets/splash-icon.png", "resizeMode": "contain", "backgroundColor": "#121212" }, "ios": { "supportsTablet": false }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#121212" }, "edgeToEdgeEnabled": true, "package": "com.n8npilot.app" }, "web": { "favicon": "./assets/favicon.png" }, "plugins": [ "expo-router", "expo-secure-store", [ "expo-local-authentication", { "faceIDPermission": "Autoriser n8n Pilot à utiliser Face ID" } ] ] } }