jellyfin-expo/app.json

42 lines
897 B
JSON
Raw Normal View History

2019-08-19 06:47:46 +00:00
{
"expo": {
"name": "Jellyfin",
"slug": "jellyfin-expo",
"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",
"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",
"userInterfaceStyle": "automatic",
2019-08-19 06:47:46 +00:00
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#101010"
},
"updates": {
"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,
"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
}