1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/src/config.json

51 lines
1 KiB
JSON
Raw Normal View History

2020-10-12 12:00:38 +09:00
{
"includeCorsCredentials": false,
2020-10-18 01:14:26 +09:00
"multiserver": false,
"themes": [
{
"name": "Apple TV",
2021-09-23 23:33:05 -04:00
"id": "appletv",
"color": "#bcbcbc"
2020-10-18 01:14:26 +09:00
}, {
"name": "Blue Radiance",
2021-09-23 23:33:05 -04:00
"id": "blueradiance",
"color": "#011432"
2020-10-18 01:14:26 +09:00
}, {
"name": "Dark",
"id": "dark",
2021-09-23 23:33:05 -04:00
"color": "#202020",
2020-10-18 01:14:26 +09:00
"default": true
}, {
"name": "Light",
2021-09-23 23:33:05 -04:00
"id": "light",
"color": "#303030"
2020-10-18 01:14:26 +09:00
}, {
"name": "Purple Haze",
2021-09-23 23:33:05 -04:00
"id": "purplehaze",
"color": "#000420"
2020-10-18 01:14:26 +09:00
}, {
"name": "WMC",
2021-09-23 23:33:05 -04:00
"id": "wmc",
"color": "#0c2450"
2020-10-18 01:14:26 +09:00
}
],
"menuLinks": [],
2020-10-29 18:09:23 +09:00
"servers": [],
2020-10-18 01:14:26 +09:00
"plugins": [
"playAccessValidation/plugin",
"experimentalWarnings/plugin",
"htmlAudioPlayer/plugin",
"htmlVideoPlayer/plugin",
"photoPlayer/plugin",
"comicsPlayer/plugin",
"bookPlayer/plugin",
"youtubePlayer/plugin",
"backdropScreensaver/plugin",
"pdfPlayer/plugin",
"logoScreensaver/plugin",
"sessionPlayer/plugin",
2022-10-01 02:39:12 -04:00
"chromecastPlayer/plugin",
"syncPlay/plugin"
2020-10-18 01:14:26 +09:00
]
2020-10-12 12:00:38 +09:00
}