Add logo theming option for jellyflix

This commit is contained in:
Prayag
2021-05-12 08:33:51 +05:30
parent f41d67cf39
commit 94f7473108

View File

@@ -117,7 +117,12 @@
], ],
"categories": [{ "categories": [{
"name": "Default", "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');"
}]
}] }]
}, },
{ {