2019-08-19 06:47:46 +00:00
|
|
|
{
|
|
|
|
"expo": {
|
|
|
|
"name": "Jellyfin",
|
|
|
|
"slug": "jellyfin-expo",
|
2021-04-09 21:42:36 +00:00
|
|
|
"owner": "jellyfin",
|
2019-08-19 06:47:46 +00:00
|
|
|
"privacy": "unlisted",
|
|
|
|
"platforms": [
|
|
|
|
"ios",
|
|
|
|
"android"
|
|
|
|
],
|
2022-04-26 14:03:56 +00:00
|
|
|
"version": "1.5.0",
|
2020-06-19 19:16:48 +00:00
|
|
|
"orientation": "default",
|
2019-08-19 06:47:46 +00:00
|
|
|
"primaryColor": "#00a4dc",
|
2020-07-27 14:42:11 +00:00
|
|
|
"backgroundColor": "#101010",
|
2019-08-19 06:47:46 +00:00
|
|
|
"icon": "./assets/images/icon.png",
|
2021-02-01 17:15:16 +00:00
|
|
|
"userInterfaceStyle": "automatic",
|
2019-08-19 06:47:46 +00:00
|
|
|
"splash": {
|
|
|
|
"image": "./assets/images/splash.png",
|
|
|
|
"resizeMode": "contain",
|
|
|
|
"backgroundColor": "#101010"
|
|
|
|
},
|
|
|
|
"updates": {
|
2019-12-14 08:27:24 +00:00
|
|
|
"enabled": false,
|
2019-08-19 06:47:46 +00:00
|
|
|
"fallbackToCacheTimeout": 0
|
|
|
|
},
|
|
|
|
"assetBundlePatterns": [
|
|
|
|
"**/*"
|
|
|
|
],
|
|
|
|
"ios": {
|
2022-04-26 14:03:56 +00:00
|
|
|
"buildNumber": "5.5.0.0",
|
2019-11-21 01:02:11 +00:00
|
|
|
"supportsTablet": true,
|
2019-12-14 08:27:24 +00:00
|
|
|
"bundleIdentifier": "org.jellyfin.expo",
|
|
|
|
"infoPlist": {
|
|
|
|
"UIBackgroundModes": [
|
|
|
|
"audio"
|
|
|
|
]
|
|
|
|
}
|
2019-08-19 19:27:54 +00:00
|
|
|
},
|
2020-08-03 23:37:33 +00:00
|
|
|
"description": "Jellyfin Mobile"
|
2019-08-19 06:47:46 +00:00
|
|
|
}
|
2020-01-17 16:39:01 +00:00
|
|
|
}
|