mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
71 lines
1.9 KiB
JSON
71 lines
1.9 KiB
JSON
{
|
|
"expo": {
|
|
"name": "Nuvio",
|
|
"slug": "nuvio",
|
|
"version": "1.0.0",
|
|
"orientation": "default",
|
|
"icon": "./assets/ios/AppIcon.appiconset/Icon-App-60x60@3x.png",
|
|
"userInterfaceStyle": "dark",
|
|
"scheme": "stremioexpo",
|
|
"newArchEnabled": true,
|
|
"splash": {
|
|
"image": "./assets/splash-icon.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#020404"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"icon": "./assets/ios/AppIcon.appiconset/Icon-App-60x60@3x.png",
|
|
"infoPlist": {
|
|
"NSAppTransportSecurity": {
|
|
"NSAllowsArbitraryLoads": true
|
|
},
|
|
"NSBonjourServices": [
|
|
"_http._tcp"
|
|
],
|
|
"NSLocalNetworkUsageDescription": "App uses the local network to discover and connect to devices.",
|
|
"NSMicrophoneUsageDescription": "This app does not require microphone access.",
|
|
"UIBackgroundModes": [
|
|
"audio"
|
|
],
|
|
"LSSupportsOpeningDocumentsInPlace": true,
|
|
"UIFileSharingEnabled": true
|
|
},
|
|
"bundleIdentifier": "com.nuvio.app",
|
|
"associatedDomains": []
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/android/mipmap-xxxhdpi/ic_launcher_foreground.png",
|
|
"backgroundColor": "#020404"
|
|
},
|
|
"icon": "./assets/android/mipmap-xxxhdpi/ic_launcher.png",
|
|
"permissions": [
|
|
"INTERNET",
|
|
"WAKE_LOCK"
|
|
],
|
|
"package": "com.nuvio.app",
|
|
"versionCode": 1,
|
|
"architectures": ["arm64-v8a", "armeabi-v7a", "x86", "x86_64"]
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/favicon.png"
|
|
},
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "909107b8-fe61-45ce-b02f-b02510d306a6"
|
|
}
|
|
},
|
|
"owner": "nayifleo",
|
|
"plugins": [
|
|
[
|
|
"@sentry/react-native/expo",
|
|
{
|
|
"url": "https://sentry.io/",
|
|
"project": "react-native",
|
|
"organization": "tapframe"
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|