Files
time-until/app.json
Space-Banane a08da1bfc1
Some checks failed
Build App / build (push) Failing after 40s
Add extra configuration and owner details to app.json
2026-03-10 18:47:10 +01:00

38 lines
847 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": {
"supportsTablet": true,
"requireFullScreen": false
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-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"
}
}