auto-commit for d8a7bc44-e48d-4520-bfad-47e7bb971ccc

This commit is contained in:
emergent-agent-e1
2025-11-08 16:44:34 +00:00
parent 060de833b2
commit 214a2bc036
+19 -2
View File
@@ -13,7 +13,22 @@
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true
"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": {
@@ -21,7 +36,9 @@
"backgroundColor": "#ffffff"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false
"predictiveBackGestureEnabled": false,
"usesCleartextTraffic": false,
"permissions": ["INTERNET"]
},
"web": {
"favicon": "./assets/favicon.png"