jellyfin-expo/app.json

39 lines
796 B
JSON
Raw Normal View History

2019-08-19 06:47:46 +00:00
{
"expo": {
"name": "Jellyfin",
"slug": "jellyfin-expo",
"privacy": "unlisted",
2020-04-03 16:57:51 +00:00
"sdkVersion": "37.0.0",
2019-08-19 06:47:46 +00:00
"platforms": [
"ios",
"android"
],
2020-05-29 20:03:58 +00:00
"version": "1.1.2",
2019-08-19 06:47:46 +00:00
"primaryColor": "#00a4dc",
"icon": "./assets/images/icon.png",
"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": {
"buildNumber": "1",
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
},
2019-11-21 01:02:11 +00:00
"description": "Jellyfin Expo Client"
2019-08-19 06:47:46 +00:00
}
2020-01-17 16:39:01 +00:00
}