46 lines
887 B
JSON
46 lines
887 B
JSON
{
|
|
"expo": {
|
|
"name": "Chromacase",
|
|
"slug": "Chromacase",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "light",
|
|
"splash": {
|
|
"image": "./assets/splashLogo.png",
|
|
"resizeMode": "cover",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"updates": {
|
|
"fallbackToCacheTimeout": 0
|
|
},
|
|
"assetBundlePatterns": ["**/*"],
|
|
"ios": {
|
|
"supportsTablet": true
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#FFFFFF"
|
|
},
|
|
"package": "build.apk"
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/favicon.png"
|
|
},
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "dade8e5e-3e2c-49f7-98c5-cf8834c7ebb2"
|
|
}
|
|
},
|
|
"plugins": [
|
|
[
|
|
"expo-image-picker",
|
|
{
|
|
"photosPermission": "The app accesses your photos to let you set your personal avatar."
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|