mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-04-22 21:17:55 +00:00
51 lines
1.3 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|