Files
oneuptime/MobileApp/app.json
Nawaz Dhandala 54909116b9 mobile phase 1
2026-02-09 23:45:17 +00:00

33 lines
761 B
JSON

{
"expo": {
"name": "OneUptime",
"slug": "oneuptime",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"scheme": "oneuptime",
"userInterfaceStyle": "dark",
"newArchEnabled": true,
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#0D1117"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.oneuptime.oncall"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#0D1117"
},
"edgeToEdgeEnabled": true,
"package": "com.oneuptime.oncall"
},
"web": {
"favicon": "./assets/favicon.png"
}
}
}