Files
JubaBox/app.json
T
DESKTOP-CIKBOTF\ChiefSoft d317af7d99 first commit
2024-05-18 17:04:17 -04:00

35 lines
772 B
JSON

{
"expo": {
"name": "JubaBox",
"slug": "JubaBox",
"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"
},
"extra": {
"eas": {
"projectId": "a7e626ae-4355-47ba-98f0-756c075dc288"
}
}
}
}