commit 65b260945cdd62f1de64abe450977bd2239ac9bf Author: Jan Reihl Date: Mon Feb 5 19:01:28 2024 +0200 Add manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..b159966 --- /dev/null +++ b/manifest.json @@ -0,0 +1,20 @@ +[ + { + "guid": "f21bbed8-3a97-4d8b-88b2-48aaa65427cb", + "name": "GenerateLists", + "description": "This is a longer description that can span more than one\n line and include details about your plugin.", + "overview": "Short description about your plugin", + "owner": "jellyfin", + "category": "API", + "versions": [ + { + "version": "1.0.0.0", + "changelog": "First Build", + "targetAbi": "10.9.0.0", + "sourceUrl": "https://git.srv.hostvoid.net/HostVoid/Jellyfin-Plugins/releases/download/1.0.0.2/Jellyfin-Plugin-MergeVersions.zip", + "checksum": "df75af6d183e5fb8c9f3ba29b795559d", + "timestamp": "2024-02-05T16:55:14Z" + } + ] + } +] \ No newline at end of file