mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
70 lines
1.7 KiB
JSON
70 lines
1.7 KiB
JSON
{
|
|
"expo": {
|
|
"name": "OneUptime On-Call",
|
|
"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",
|
|
"ITSAppUsesNonExemptEncryption": false
|
|
}
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#000000"
|
|
},
|
|
"edgeToEdgeEnabled": false,
|
|
"package": "com.oneuptime.oncall",
|
|
"googleServicesFile": "./google-services.json",
|
|
"permissions": [
|
|
"android.permission.USE_BIOMETRIC",
|
|
"android.permission.USE_FINGERPRINT"
|
|
]
|
|
},
|
|
"plugins": [
|
|
[
|
|
"expo-splash-screen",
|
|
{
|
|
"backgroundColor": "#0D1117",
|
|
"image": "./assets/splash-icon.png",
|
|
"imageWidth": 200
|
|
}
|
|
],
|
|
[
|
|
"expo-notifications",
|
|
{
|
|
"color": "#58A6FF"
|
|
}
|
|
],
|
|
"expo-local-authentication",
|
|
"expo-font",
|
|
"expo-web-browser"
|
|
],
|
|
"web": {
|
|
"favicon": "./assets/favicon.png"
|
|
},
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "d9f87edc-1c3e-466f-b032-1ced7621aa8a"
|
|
}
|
|
},
|
|
"owner": "oneuptime"
|
|
}
|
|
}
|