Files
2026-07-17 09:48:49 +01:00

49 lines
1.2 KiB
JSON

{
"expo": {
"name": "pantry-manager-android-app",
"slug": "pantry-manager-android-app",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"newArchEnabled": true,
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"edgeToEdgeEnabled": true,
"permissions": [
"CAMERA",
"READ_EXTERNAL_STORAGE",
"android.permission.CAMERA",
"android.permission.RECORD_AUDIO",
"CAMERA",
"READ_EXTERNAL_STORAGE",
"android.permission.CAMERA",
"android.permission.RECORD_AUDIO"
],
"package": "com.anonymous.pantrymanagerandroidapp"
},
"plugins": [
[
"expo-camera",
{
"cameraPermission": "Allow Pantry Manager to use the camera for barcode scanning."
}
]
],
"web": {
"favicon": "./assets/favicon.png"
}
}
}