mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-23 05:59:39 +00:00
31 lines
598 B
JSON
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
|
|
}
|
|
}
|
|
}
|