mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
43 lines
930 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|