Add previews to JSON
This commit is contained in:
@@ -4,14 +4,38 @@
|
||||
"author": "Jellyfin",
|
||||
"description": "Default, stock, Jellyfin.",
|
||||
"defaultCss": "",
|
||||
"options": []
|
||||
"options": [],
|
||||
"previews":[
|
||||
{
|
||||
"name": "Home",
|
||||
"url": ""
|
||||
},
|
||||
{
|
||||
"name": "Title",
|
||||
"url": ""
|
||||
},
|
||||
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "JellyFlix",
|
||||
"author": "prayagprajapati17",
|
||||
"description": "A theme that aims to replicate the red and black look of Netflix. Theme is by prayag17.",
|
||||
"defaultCss": "@import url(https://prayag17.github.io/JellyFlix/default.css);",
|
||||
"options": []
|
||||
"options": [],
|
||||
"previews":[
|
||||
{
|
||||
"name": "Home",
|
||||
"url": "https://github.com/prayag17/JellyFlix/raw/main/Public%20Ver%201/Home.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "Title",
|
||||
"url": "https://github.com/prayag17/JellyFlix/raw/main/Public%20Ver%201/TitlePage.png?raw=true"
|
||||
},
|
||||
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Monochromic",
|
||||
@@ -51,6 +75,18 @@
|
||||
"css": "@import url('https://ctalvio.github.io/Monochromic/customcolor_style.css');:root {--accent: $;}",
|
||||
"default": ""
|
||||
}
|
||||
],
|
||||
"previews":[
|
||||
{
|
||||
"name": "Home",
|
||||
"url": "https://github.com/CTalvio/Monochromic/blob/master/screenshots/1.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "Title",
|
||||
"url": "https://github.com/CTalvio/Monochromic/blob/master/screenshots/2.png?raw=true"
|
||||
},
|
||||
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -85,6 +121,18 @@
|
||||
"css": ":root {--accent: $;}",
|
||||
"default": "#6279cd"
|
||||
}
|
||||
],
|
||||
"previews":[
|
||||
{
|
||||
"name": "Home",
|
||||
"url": "https://github.com/CTalvio/Kaleidochromic/blob/main/screenshots/6.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "Title",
|
||||
"url": "https://github.com/CTalvio/Kaleidochromic/blob/main/screenshots/1.png?raw=true"
|
||||
},
|
||||
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -117,6 +165,18 @@
|
||||
"description": "changes the Jellyfin themed Hover gradient",
|
||||
"css": "@import url('https://prayag17.github.io/JellySkin/morningGradient.css');"
|
||||
}
|
||||
],
|
||||
"previews":[
|
||||
{
|
||||
"name": "Home",
|
||||
"url": "https://github.com/prayag17/JellySkin/raw/master/Version%204/Home.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "Title",
|
||||
"url": "https://github.com/prayag17/JellySkin/raw/master/Version%204/title%202.png?raw=true"
|
||||
},
|
||||
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user