Files
billisdead 46a1e82cfa chore: update app.json and tsconfig.json post eas init
- app.json : ajout projectId EAS, owner, permissions biométrie Android
- tsconfig.json : mise à jour de l'include par expo doctor

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-20 18:12:19 +02:00

53 lines
1.2 KiB
JSON

{
"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"
}
}