Files
oneuptime/MobileApp/app.json

60 lines
1.4 KiB
JSON

{
"expo": {
"name": "OneUptime",
"slug": "oneuptime-on-call",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"scheme": "oneuptime",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#0D1117"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.oneuptime.oncall",
"infoPlist": {
"UIBackgroundModes": [
"remote-notification"
],
"NSFaceIDUsageDescription": "Authenticate to access OneUptime On-Call"
}
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#0D1117"
},
"edgeToEdgeEnabled": false,
"package": "com.oneuptime.oncall",
"googleServicesFile": "./google-services.json",
"permissions": [
"android.permission.USE_BIOMETRIC",
"android.permission.USE_FINGERPRINT"
]
},
"plugins": [
[
"expo-notifications",
{
"color": "#58A6FF"
}
],
"expo-local-authentication",
"expo-font"
],
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "d9f87edc-1c3e-466f-b032-1ced7621aa8a"
}
},
"owner": "oneuptime"
}
}