Add previews to JSON

This commit is contained in:
Mister Rajoy
2020-12-11 12:05:13 +01:00
parent 4b40c1a784
commit 2acab28803

View File

@@ -4,14 +4,38 @@
"author": "Jellyfin", "author": "Jellyfin",
"description": "Default, stock, Jellyfin.", "description": "Default, stock, Jellyfin.",
"defaultCss": "", "defaultCss": "",
"options": [] "options": [],
"previews":[
{
"name": "Home",
"url": ""
},
{
"name": "Title",
"url": ""
},
]
}, },
{ {
"name": "JellyFlix", "name": "JellyFlix",
"author": "prayagprajapati17", "author": "prayagprajapati17",
"description": "A theme that aims to replicate the red and black look of Netflix. Theme is by prayag17.", "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);", "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", "name": "Monochromic",
@@ -51,6 +75,18 @@
"css": "@import url('https://ctalvio.github.io/Monochromic/customcolor_style.css');:root {--accent: $;}", "css": "@import url('https://ctalvio.github.io/Monochromic/customcolor_style.css');:root {--accent: $;}",
"default": "" "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: $;}", "css": ":root {--accent: $;}",
"default": "#6279cd" "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", "description": "changes the Jellyfin themed Hover gradient",
"css": "@import url('https://prayag17.github.io/JellySkin/morningGradient.css');" "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"
},
] ]
}, },
{ {