From 94f747310801b39bc53cc5af1f936b21ec9a8720 Mon Sep 17 00:00:00 2001 From: Prayag Date: Wed, 12 May 2021 08:33:51 +0530 Subject: [PATCH] Add logo theming option for jellyflix --- skins-3.0.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/skins-3.0.json b/skins-3.0.json index ddb484b..a4803e9 100644 --- a/skins-3.0.json +++ b/skins-3.0.json @@ -117,7 +117,12 @@ ], "categories": [{ "name": "Default", - "options": [] + "options": [{ + "type": "checkBox", + "name": "Theme Logo", + "description": "Styles title page in such a way in which logos are used instead of Names.", + "css": "@import url('https://prayag17.github.io/JellyFlix/Logo.css');" + }] }] }, {