diff --git a/manifest.json b/manifest.json index 6395da0..46c481f 100644 --- a/manifest.json +++ b/manifest.json @@ -7,6 +7,15 @@ "owner": "dtourolle", "category": "General", "imageUrl": "https://gitea.tourolle.paris/dtourolle/jellypod/raw/branch/master/Jellyfin.Plugin.Jellypod/Images/channel-icon.jpg", - "versions": [] + "versions": [ + { + "version": "1.0.0", + "changelog": "Release 1.0.0", + "targetAbi": "10.9.0.0", + "sourceUrl": "https://gitea.tourolle.paris/dtourolle/jellypod/releases/download/v1.0.0/jellypod_1.0.0.0.zip", + "checksum": "3267fa2bee3661f9a85c959497fe20dd", + "timestamp": "2025-12-20T13:00:27Z" + } + ] } ]