{ "expo": { "name": "Client Panel", "slug": "omnex-plateform-client", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "dark", "newArchEnabled": true, "splash": { "image": "./assets/icon.png", "resizeMode": "contain", "backgroundColor": "#000000" }, "ios": { "supportsTablet": true, "bundleIdentifier": "com.uberstup.omnexclientpanel" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/icon.png", "backgroundColor": "#000000" }, "edgeToEdgeEnabled": true, "softwareKeyboardLayoutMode": "pan", "predictiveBackGestureEnabled": false, "package": "com.uberstup.omnexclientpanel", "versionCode": 1, "permissions": [ "android.permission.VIBRATE" ] }, "web": { "favicon": "./assets/icon.png" }, "plugins": [ "expo-font", "expo-updates", [ "expo-build-properties", { "android": { "usesCleartextTraffic": true, "abiFilters": ["arm64-v8a"] } } ] ], "extra": { "eas": { "projectId": "989b175c-7ad5-4e23-a358-fb7cbe666177" } }, "owner": "xor290", "runtimeVersion": "omnex-client-1.0.0", "updates": { "url": "https://u.expo.dev/989b175c-7ad5-4e23-a358-fb7cbe666177", "codeSigningCertificate": "./certs/certificate.pem", "codeSigningMetadata": { "keyid": "main", "alg": "rsa-v1_5-sha256" } } } }