2021-08-16 07:50:50 +00:00
|
|
|
{
|
|
|
|
"expo": {
|
2021-08-20 08:41:16 +00:00
|
|
|
"name": "Green Travel Carbon Calculator",
|
2021-08-16 07:50:50 +00:00
|
|
|
"slug": "Ejectable",
|
2021-08-20 08:41:16 +00:00
|
|
|
"version": "2.0.0",
|
2021-08-21 13:05:22 +00:00
|
|
|
"orientation": "default",
|
2021-08-16 07:50:50 +00:00
|
|
|
"icon": "./assets/images/icon.png",
|
|
|
|
"scheme": "myapp",
|
|
|
|
"userInterfaceStyle": "automatic",
|
|
|
|
"splash": {
|
|
|
|
"image": "./assets/images/splash.png",
|
|
|
|
"resizeMode": "contain",
|
|
|
|
"backgroundColor": "#ffffff"
|
|
|
|
},
|
|
|
|
"updates": {
|
|
|
|
"fallbackToCacheTimeout": 0
|
|
|
|
},
|
|
|
|
"assetBundlePatterns": [
|
|
|
|
"**/*"
|
|
|
|
],
|
|
|
|
"ios": {
|
|
|
|
"supportsTablet": true
|
|
|
|
},
|
|
|
|
"android": {
|
|
|
|
"adaptiveIcon": {
|
|
|
|
"foregroundImage": "./assets/images/adaptive-icon.png",
|
|
|
|
"backgroundColor": "#ffffff"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"web": {
|
|
|
|
"favicon": "./assets/images/favicon.png"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|