mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
49 lines
1.1 KiB
JSON
49 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",
|
|
"expo-font"
|
|
],
|
|
"web": {
|
|
"favicon": "./assets/favicon.png"
|
|
}
|
|
}
|
|
}
|