mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-23 05:59:39 +00:00
44 lines
1017 B
JSON
44 lines
1017 B
JSON
{
|
|
"expo": {
|
|
"name": "Jellyfin",
|
|
"slug": "jellyfin-expo",
|
|
"owner": "jellyfin",
|
|
"privacy": "unlisted",
|
|
"platforms": [
|
|
"ios"
|
|
],
|
|
"version": "1.6.0",
|
|
"orientation": "default",
|
|
"primaryColor": "#00a4dc",
|
|
"backgroundColor": "#101010",
|
|
"icon": "./assets/images/icon.png",
|
|
"userInterfaceStyle": "automatic",
|
|
"splash": {
|
|
"image": "./assets/images/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#101010"
|
|
},
|
|
"updates": {
|
|
"enabled": false,
|
|
"fallbackToCacheTimeout": 0
|
|
},
|
|
"assetBundlePatterns": [
|
|
"**/*"
|
|
],
|
|
"ios": {
|
|
"buildNumber": "5.6.0.0",
|
|
"supportsTablet": true,
|
|
"requireFullScreen": false,
|
|
"bundleIdentifier": "org.jellyfin.expo",
|
|
"infoPlist": {
|
|
"NSCameraUsageDescription": "Allow $(PRODUCT_NAME) to access your camera.",
|
|
"UIBackgroundModes": [
|
|
"audio",
|
|
"fetch"
|
|
]
|
|
}
|
|
},
|
|
"description": "Jellyfin Mobile"
|
|
}
|
|
}
|