Files
2026-05-11 11:56:57 +07:00

55 lines
1.3 KiB
JSON

{
"expo": {
"name": "Nova40",
"slug": "Nova40",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "dark",
"scheme": "nova40",
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#0A0E1A"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.heyaciell.nova40"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#0A0E1A"
},
"package": "com.heyaciell.nova40",
"permissions": [
"WRITE_EXTERNAL_STORAGE",
"READ_EXTERNAL_STORAGE"
]
},
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": [
"expo-web-browser",
"@react-native-google-signin/google-signin",
[
"react-native-fbsdk-next",
{
"appID": "1003904135650335",
"clientToken": "7d79de6ad89e838d6f452feabdbaeb7f",
"displayName": "Nova40",
"scheme": "fb1003904135650335"
}
],
"expo-sharing"
],
"extra": {
"eas": {
"projectId": "f0ecc895-4610-481d-96db-73a121e78254"
}
},
"owner": "heyaciell"
}
}