From 97c7dd7283333e4e0f74190936935ff1e78852e5 Mon Sep 17 00:00:00 2001 From: Oleg Tolchin Date: Sat, 14 Feb 2026 23:22:48 +0300 Subject: [PATCH] Add manifest.json for automatic installation --- manifest.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..5f83e3e --- /dev/null +++ b/manifest.json @@ -0,0 +1,10 @@ +{ + "name": "Tolfin", + "description": "Modern CSS theme for Jellyfin with custom fonts, smooth animations and responsive design", + "version": "1.0.0", + "author": "OlegTolchin", + "repository": "https://github.com/OlegTolchin/Tolfin", + "url": "https://cdn.jsdelivr.net/gh/OlegTolchin/Tolfin@latest/theme/base.css", + "target": "jellyfin", + "categories": ["theme", "css"] +}