diff --git a/frontend/app.json.backup b/frontend/app.json.backup new file mode 100644 index 00000000..a8f974c3 --- /dev/null +++ b/frontend/app.json.backup @@ -0,0 +1,47 @@ +{ + "expo": { + "name": "pezkuwi-mobile-app", + "slug": "pezkuwi-mobile-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, + "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" + } + } +}