44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"expo": {
|
|
"name": "expo-wxt-app",
|
|
"slug": "calcom-companion",
|
|
"scheme": "expo-wxt-app",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "light",
|
|
"newArchEnabled": true,
|
|
"splash": {
|
|
"image": "./assets/splash-icon.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"deploymentTarget": "18.0",
|
|
"bundleIdentifier": "com.calcom.companion",
|
|
"infoPlist": {
|
|
"ITSAppUsesNonExemptEncryption": false
|
|
}
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"edgeToEdgeEnabled": true,
|
|
"package": "com.calcom.companion"
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/favicon.png",
|
|
"bundler": "metro"
|
|
},
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "f5e97f6f-1e95-44ac-bfa4-f737ef90f198"
|
|
}
|
|
},
|
|
"owner": "calcoms-organization"
|
|
}
|
|
}
|