Files
time-until/app.json
Space-Banane 51c54d4892
All checks were successful
Build App / build-android (push) Successful in 7m2s
Build App / build-web (push) Successful in 29s
Build App / release (push) Successful in 11s
Add splash screen handling and logo to HomeScreen, update dependencies
2026-03-10 21:13:25 +01:00

40 lines
939 B
JSON

{
"expo": {
"name": "Time Until",
"slug": "time-until",
"version": "1.0.0",
"orientation": "default",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#0d0d0d"
},
"ios": {
"bundleIdentifier": "com.spacebanane.timeuntil",
"supportsTablet": true,
"requireFullScreen": false
},
"android": {
"package": "com.spacebanane.timeuntil",
"adaptiveIcon": {
"foregroundImage": "./assets/icon.png",
"backgroundColor": "#0d0d0d"
}
},
"web": {
"favicon": "./assets/icon.png",
"name": "Time Until",
"themeColor": "#0d0d0d",
"backgroundColor": "#0d0d0d"
},
"extra": {
"eas": {
"projectId": "9e287d89-f770-424d-a148-d342c089f305"
}
},
"owner": "spacebanane"
}
}