67 lines
2.0 KiB
JSON
67 lines
2.0 KiB
JSON
{
|
|
"expo": {
|
|
"name": "Admin Panel",
|
|
"slug": "omnex-plateform-app",
|
|
"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.omnexpanel"
|
|
},
|
|
"android": {
|
|
"package": "com.uberstup.omnexpanel",
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/icon.png",
|
|
"backgroundColor": "#000000"
|
|
},
|
|
"edgeToEdgeEnabled": true,
|
|
"permissions": [
|
|
"android.permission.ACCESS_BACKGROUND_LOCATION",
|
|
"android.permission.ACCESS_COARSE_LOCATION",
|
|
"android.permission.ACCESS_FINE_LOCATION",
|
|
"android.permission.VIBRATE"
|
|
]
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/icon.png"
|
|
},
|
|
"plugins": [
|
|
"expo-font",
|
|
"expo-location",
|
|
"expo-updates",
|
|
[
|
|
"expo-build-properties",
|
|
{
|
|
"android": {
|
|
"usesCleartextTraffic": true,
|
|
"abiFilters": ["arm64-v8a"]
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "d5554dc7-e186-4ff4-8b48-8c6225af089b"
|
|
}
|
|
},
|
|
"owner": "xor290",
|
|
"runtimeVersion": "omnex-admin-1.0.0",
|
|
"updates": {
|
|
"url": "https://u.expo.dev/d5554dc7-e186-4ff4-8b48-8c6225af089b",
|
|
"codeSigningCertificate": "./certs/certificate.pem",
|
|
"codeSigningMetadata": {
|
|
"keyid": "main",
|
|
"alg": "rsa-v1_5-sha256"
|
|
}
|
|
}
|
|
}
|
|
}
|