mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
This update removes the XPRIME provider from internal settings, streamlining the provider management process. The HDRezka provider is now prioritized in the UI, improving user experience. Additionally, various components have been optimized for better performance, including enhancements to the VideoPlayer for improved buffering and seeking behavior on Android devices. The app's theme has been updated to a dark mode, and several dependencies have been upgraded for better stability and performance.
69 lines
1.8 KiB
JSON
69 lines
1.8 KiB
JSON
{
|
|
"expo": {
|
|
"name": "Nuvio",
|
|
"slug": "nuvio",
|
|
"version": "1.0.0",
|
|
"orientation": "default",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "dark",
|
|
"scheme": "stremioexpo",
|
|
"newArchEnabled": true,
|
|
"splash": {
|
|
"image": "./assets/splash-icon.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#020404"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"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": [],
|
|
"documentTypes": [
|
|
{
|
|
"name": "Matroska Video",
|
|
"role": "viewer",
|
|
"utis": ["org.matroska.mkv"],
|
|
"extensions": ["mkv"]
|
|
}
|
|
]
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"permissions": [
|
|
"INTERNET",
|
|
"WAKE_LOCK"
|
|
],
|
|
"package": "com.nuvio.app",
|
|
"enableSplitAPKs": true,
|
|
"versionCode": 1,
|
|
"enableProguardInReleaseBuilds": true,
|
|
"enableHermes": true,
|
|
"enableSeparateBuildPerCPUArchitecture": true,
|
|
"enableVectorDrawables": true
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/favicon.png"
|
|
},
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "909107b8-fe61-45ce-b02f-b02510d306a6"
|
|
}
|
|
},
|
|
"owner": "nayifleo"
|
|
}
|
|
}
|