NuvioStreaming/app.json
2025-04-13 11:20:56 +05:30

43 lines
930 B
JSON

{
"expo": {
"name": "Nuvio",
"slug": "nuvio",
"version": "1.0.0",
"orientation": "default",
"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
}
}
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"permissions": [
"INTERNET",
"WAKE_LOCK"
],
"package": "com.nuvio.app"
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "7a199ed7-d3dc-46df-b39e-2ddf68089981"
}
}
}
}