diff --git a/skins.json b/skins.json new file mode 100644 index 0000000..3b8a66c --- /dev/null +++ b/skins.json @@ -0,0 +1,14 @@ +[ + { + "name":"Netflix", + "author":"prayagprajapati17", + "css": "@import url(https://prayag17.github.io/JellyFlix/default.css);" + + }, + { + "name":"Kaleidochromic", + "author":"EdgeMentality", + "css": "@import url(https://ctalvio.github.io/Kaleidochromic/default_style.css);" + + } +] \ No newline at end of file diff --git a/skins.txt b/skins.txt deleted file mode 100644 index 7bbc302..0000000 --- a/skins.txt +++ /dev/null @@ -1,14 +0,0 @@ -[ - { - "name":"Netflix", - "author":"prayagprajapati17", - "css": "@import url(\\"https://prayag17.github.io/JellyFlix/default.css\\");" - - }, - { - "name":"Kaleidochromic", - "author":"EdgeMentality", - "css": "@import url(\\"https://ctalvio.github.io/Kaleidochromic/default_style.css\\");" - - } -] \ No newline at end of file