From 65b260945cdd62f1de64abe450977bd2239ac9bf Mon Sep 17 00:00:00 2001 From: Jan Reihl Date: Mon, 5 Feb 2024 19:01:28 +0200 Subject: [PATCH] Add manifest.json --- manifest.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 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