mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-30 17:50:40 +00:00
40 lines
832 B
JSON
40 lines
832 B
JSON
{
|
|
"expo": {
|
|
"name": "Jellyfin",
|
|
"slug": "jellyfin-expo",
|
|
"privacy": "unlisted",
|
|
"platforms": [
|
|
"ios",
|
|
"android"
|
|
],
|
|
"version": "1.1.2",
|
|
"orientation": "default",
|
|
"primaryColor": "#00a4dc",
|
|
"backgroundColor": "#101010",
|
|
"icon": "./assets/images/icon.png",
|
|
"splash": {
|
|
"image": "./assets/images/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#101010"
|
|
},
|
|
"updates": {
|
|
"enabled": false,
|
|
"fallbackToCacheTimeout": 0
|
|
},
|
|
"assetBundlePatterns": [
|
|
"**/*"
|
|
],
|
|
"ios": {
|
|
"buildNumber": "1",
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "org.jellyfin.expo",
|
|
"infoPlist": {
|
|
"UIBackgroundModes": [
|
|
"audio"
|
|
]
|
|
}
|
|
},
|
|
"description": "Jellyfin Expo Client"
|
|
}
|
|
}
|