Files
2026-06-01 23:16:10 +02:00

83 lines
2.2 KiB
JSON

{
"expo": {
"name": "HouseOrg",
"slug": "houseorg",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#2D6A4F"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "de.houseorg.app",
"infoPlist": {
"NSCameraUsageDescription": "HouseOrg nutzt die Kamera, um Haushaltartikel zu fotografieren und automatisch zu erkennen.",
"NSPhotoLibraryUsageDescription": "HouseOrg benötigt Zugriff auf deine Fotos, um Artikelbilder zu speichern.",
"NSUserNotificationsUsageDescription": "HouseOrg sendet Benachrichtigungen, wenn Artikel nachgekauft werden müssen oder das MHD abläuft."
}
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#2D6A4F"
},
"package": "de.houseorg.app",
"permissions": [
"CAMERA",
"READ_MEDIA_IMAGES",
"RECEIVE_BOOT_COMPLETED",
"POST_NOTIFICATIONS",
"VIBRATE"
]
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/favicon.png",
"name": "HouseOrg",
"shortName": "HouseOrg",
"description": "Gemeinsam den Haushalt organisieren",
"themeColor": "#2D6A4F",
"backgroundColor": "#FFFFFF",
"preferRelatedApplications": false
},
"plugins": [
"expo-router",
"expo-secure-store",
[
"expo-camera",
{
"cameraPermission": "HouseOrg nutzt die Kamera, um Artikel zu fotografieren."
}
],
[
"expo-notifications",
{
"color": "#2D6A4F",
"sounds": []
}
]
],
"experiments": {
"typedRoutes": true
},
"scheme": "houseorg",
"extra": {
"eas": {
"projectId": "DEINE-EAS-PROJECT-ID"
}
},
"updates": {
"url": "https://u.expo.dev/DEINE-EAS-PROJECT-ID"
},
"runtimeVersion": {
"policy": "appVersion"
}
}
}