mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-01-18 16:37:31 +01:00
34 lines
631 B
JSON
34 lines
631 B
JSON
[
|
|
{
|
|
"name":"Default",
|
|
"author":"Jellyfin",
|
|
"css": ""
|
|
|
|
},
|
|
{
|
|
"name":"Jellyflix",
|
|
"author":"prayagprajapati17",
|
|
"css": "@import url(https://prayag17.github.io/JellyFlix/default.css);"
|
|
|
|
},
|
|
{
|
|
"name":"Monochromic",
|
|
"author":"EdgeMentality",
|
|
"css": "@import url('https://ctalvio.github.io/Monochromic/default_style.css');"
|
|
|
|
},
|
|
|
|
{
|
|
"name":"Kaleidochromic",
|
|
"author":"EdgeMentality",
|
|
"css": "@import url(https://ctalvio.github.io/Kaleidochromic/default_style.css);"
|
|
|
|
},
|
|
{
|
|
"name":"JellySkin",
|
|
"author":"prayagprajapati17",
|
|
"css": "@import url('https://prayag17.github.io/JellySkin/default.css');"
|
|
|
|
}
|
|
]
|