Amba-Agent-App/app.json
2026-01-16 00:22:35 +03:00

95 lines
2.9 KiB
JSON

{
"expo": {
"name": "ambaagent",
"slug": "ambaagent",
"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,
"bundleIdentifier": "com.ambapay.ambaagent",
"buildNumber": "1",
"infoPlist": {
"NSContactsUsageDescription": "Allow AmbaPay to access your contacts to find friends and recipients for money transfers.",
"NSFaceIDUsageDescription": "Allow AmbaPay to use Face ID for secure authentication.",
"NSCalendarsUsageDescription": "Allow Amba Pay to add your payment schedules to your calendar.",
"ITSAppUsesNonExemptEncryption": false,
"CFBundleURLTypes": [
{
"CFBundleTypeRole": "Editor",
"CFBundleURLSchemes": [
"com.googleusercontent.apps.613864011564-atsg9nau8hicla4td6dedcab15g7qr04"
]
}
]
},
"googleServicesFile": "./GoogleService-Info.plist",
"entitlements": {
"aps-environment": "production"
}
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.ambapay.ambaagent",
"googleServicesFile": "./google-services.json",
"permissions": [
"READ_CONTACTS",
"USE_BIOMETRIC",
"USE_FINGERPRINT",
"android.permission.READ_CONTACTS",
"android.permission.WRITE_CONTACTS",
"android.permission.POST_NOTIFICATIONS",
"android.permission.READ_CALENDAR",
"android.permission.WRITE_CALENDAR",
"READ_CALENDAR",
"WRITE_CALENDAR"
]
},
"web": {
"favicon": "./assets/favicon.png",
"bundler": "metro"
},
"plugins": [
"expo-router",
[
"expo-font",
{
"fonts": [
"./assets/fonts/DMSans-Regular.ttf",
"./assets/fonts/DMSans-Bold.ttf",
"./assets/fonts/DMSans-Medium.ttf",
"./assets/fonts/DMSans-Black.ttf",
"./assets/fonts/DMSans-SemiBold.ttf",
"./assets/fonts/DMSans-Light.ttf",
"./assets/fonts/DMSans-Thin.ttf",
"./assets/fonts/DMSans-ExtraLight.ttf",
"./assets/fonts/DMSans-ExtraBold.ttf"
]
}
],
[
"expo-contacts",
{
"contactsPermission": "Allow $(PRODUCT_NAME) to access your contacts to find friends and recipients for money transfers."
}
],
"@react-native-firebase/app",
"@react-native-google-signin/google-signin"
],
"autolinking": {
"exclude": ["expo-firebase-core"]
},
"scheme": "ambaagent"
}
}