jellyfin-expo/app.json
2019-08-19 02:50:00 -04:00

31 lines
598 B
JSON

{
"expo": {
"name": "Jellyfin",
"slug": "jellyfin-expo",
"privacy": "unlisted",
"sdkVersion": "34.0.0",
"platforms": [
"ios",
"android"
],
"version": "1.0.0",
"orientation": "portrait",
"primaryColor": "#00a4dc",
"icon": "./assets/images/icon.png",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#101010"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
}
}
}