Files
JubaBox/app.json
T
2024-08-28 09:25:29 -04:00

40 lines
878 B
JSON
Executable File

{
"expo": {
"name": "JubaBox",
"slug": "JubaBox",
"scheme": "jubabox-app-scheme",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.chiefsoft.JubaBox"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.chiefsoft.JubaBox"
},
"web": {
"favicon": "./assets/favicon.png",
"bundler": "metro"
},
"extra": {
"eas": {
"projectId": "a7e626ae-4355-47ba-98f0-756c075dc288"
}
},
"plugins": [
"expo-router"
]
}
}