{ "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", "permissions": [ "android.permission.USE_BIOMETRIC", "android.permission.USE_FINGERPRINT" ] }, "web": { "favicon": "./assets/favicon.png" }, "plugins": [ "expo-router", "expo-secure-store", [ "expo-local-authentication", { "faceIDPermission": "Autoriser n8n Pilot à utiliser Face ID" } ] ], "extra": { "router": {}, "eas": { "projectId": "4d160555-ded1-4a82-87a7-718d02a52e69" } }, "owner": "billisdead" } }