Files
pezkuwi-mobile-app/frontend/app.json
T
2025-11-08 17:10:23 +00:00

51 lines
1.3 KiB
JSON

{
"expo": {
"name": "pezkuwi-mobile-app",
"slug": "pezkuwi-mobile-app",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"newArchEnabled": true,
"extra": {
"backendUrl": "https://digital-kurdistan.preview.emergentagent.com"
},
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true,
"infoPlist": {
"NSAppTransportSecurity": {
"NSAllowsArbitraryLoads": true,
"NSExceptionDomains": {
"digital-kurdistan.preview.emergentagent.com": {
"NSExceptionAllowsInsecureHTTPLoads": false,
"NSIncludesSubdomains": true
},
"challenges.cloudflare.com": {
"NSExceptionAllowsInsecureHTTPLoads": false,
"NSIncludesSubdomains": true
}
}
}
}
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false,
"usesCleartextTraffic": false,
"permissions": ["INTERNET"]
},
"web": {
"favicon": "./assets/favicon.png"
}
}
}