From 09a9565b7f04436c3de049fa1c877362090c3728 Mon Sep 17 00:00:00 2001 From: gitea-actions Date: Thu, 2 Jul 2026 19:16:42 +0000 Subject: [PATCH] chore: update manifest for v1.0.0 --- manifest.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index fe51488..60ec2d1 100644 --- a/manifest.json +++ b/manifest.json @@ -1 +1,21 @@ -[] +[ + { + "guid": "1175543c-6d20-4cfa-93a6-1476836df34c", + "name": "Auto Backup", + "description": "Automated scheduled ZIP backups of Jellyfin data.", + "overview": "Automated scheduled ZIP backups of Jellyfin data.", + "owner": "Filtik", + "category": "General", + "imageUrl": "https://gitea.home.filtik.de/Filtik/Jellyfin-AutoBackup/raw/branch/main/images/logo.png", + "versions": [ + { + "version": "1.0.0.0", + "changelog": "", + "targetAbi": "10.9.0.0", + "sourceUrl": "https://gitea.home.filtik.de/Filtik/Jellyfin-AutoBackup/releases/download/v1.0.0/auto-backup/auto-backup_1.0.0.0.zip", + "checksum": "6468d9c695c36588c36e09e4d2cd86be", + "timestamp": "2026-07-02T19:14:59Z" + } + ] + } +] \ No newline at end of file