From ddfbf40bf7905380df839ccff9889069a7c7c2ab Mon Sep 17 00:00:00 2001 From: MLH Date: Tue, 16 Dec 2025 23:40:40 +0100 Subject: [PATCH] =?UTF-8?q?manifest-v1.json=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest-v1.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 manifest-v1.json diff --git a/manifest-v1.json b/manifest-v1.json new file mode 100644 index 0000000..51f4ddb --- /dev/null +++ b/manifest-v1.json @@ -0,0 +1,21 @@ +[ + { + "guid": "ef1e863f-cbb0-4e47-9f23-f0cbb1826ad4", + "name": "Seasonals", + "description": "Adds seasonal effects like snow, leaves, etc. to the Jellyfin web interface.", + "overview": "Seasonal effects for Jellyfin", + "owner": "CodeDevMLH", + "category": "General", + "imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/raw/branch/main/logo.png", + "versions": [ + { + "version": "1.0.0.0", + "changelog": "Initial release", + "targetAbi": "10.11.0.0", + "sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.0.0.0/Jellyfin.Plugin.Seasonals.zip", + "checksum": "be6d06a959b3e18e5058a6d8fb6d800c", + "timestamp": "2025-12-15T15:33:15Z" + } + ] + } +] \ No newline at end of file