42 lines
945 B
JSON
42 lines
945 B
JSON
{
|
|
"expo": {
|
|
"name": "Nova40",
|
|
"slug": "Nova40",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "dark",
|
|
"newArchEnabled": true,
|
|
"splash": {
|
|
"image": "./assets/splash-icon.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#0A0E1A"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "com.nova40.app"
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#0A0E1A"
|
|
},
|
|
"edgeToEdgeEnabled": true,
|
|
"package": "com.nova40.app",
|
|
"permissions": [
|
|
"WRITE_EXTERNAL_STORAGE",
|
|
"READ_EXTERNAL_STORAGE"
|
|
]
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/favicon.png"
|
|
},
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "f0ecc895-4610-481d-96db-73a121e78254"
|
|
}
|
|
},
|
|
"owner": "heyaciell"
|
|
}
|
|
}
|