diff --git a/README.md b/README.md index fa03710..b05ec03 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This project uses Gitea API for loading CSS files to bypass browser ORB restrict 1. Go to Jellyfin Dashboard → General → Custom CSS 2. Paste this code: ```css - @import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main/theme/complete.css?ref=main"); + @import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/theme/complete.css?ref=main"); ``` 3. Click Save @@ -32,10 +32,6 @@ This project uses Gitea API for loading CSS files to bypass browser ORB restrict - 📱 Fully responsive layout - 🎯 Optimized for desktop and mobile viewing -## Manifest - -This theme includes a `manifest.json` for automatic installation via theme repositories and plugins. - ## Repository https://git.tolchin.pro/Oleg/Tolfin diff --git a/manifest.json b/manifest.json deleted file mode 100644 index 3703dff..0000000 --- a/manifest.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name": "Tolfin", - "description": "Modern CSS theme for Jellyfin with custom fonts, smooth animations and responsive design", - "author": "Oleg", - "repository": "https://git.tolchin.pro/Oleg/Tolfin", - "url": "https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/complete.css", - "target": "jellyfin", - "categories": ["theme", "css"] -} diff --git a/package.json b/package.json deleted file mode 100644 index f6ee361..0000000 --- a/package.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "tolfin", - "description": "Modern CSS theme for Jellyfin media server", - "author": "Oleg", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://git.tolchin.pro/Oleg/Tolfin.git" - }, - "homepage": "https://git.tolchin.pro/Oleg/Tolfin#readme" -}