Files
oneuptime/MobileApp/app.json

46 lines
1.1 KiB
JSON

{
"expo": {
"name": "OneUptime",
"slug": "oneuptime",
"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": "#FFFFFF"
},
"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": true,
"package": "com.oneuptime.oncall"
},
"plugins": [
[
"expo-notifications",
{
"color": "#58A6FF"
}
],
"expo-local-authentication"
],
"web": {
"favicon": "./assets/favicon.png"
}
}
}