From 2658c04c0712519de383d9437bec34908b73f9da Mon Sep 17 00:00:00 2001 From: UNFR Date: Thu, 2 Apr 2026 07:58:45 +0000 Subject: [PATCH] =?UTF-8?q?T=C3=A9l=C3=A9verser=20les=20fichiers=20vers=20?= =?UTF-8?q?"/"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..d39dabd --- /dev/null +++ b/manifest.json @@ -0,0 +1,31 @@ +{ + "main": "main.py", + "name": "UNFR_MarkHS", + "homepage": "https://unfr.pw", + "kind": "POST-PROCESSING", + "displayName": "UNFR MarkHS", + "version": "0.1b", + "author": "bash", + "license": "GNU", + "about": "Marque les releases irreparable comme HS", + "queueEvents": "", + "requirements": [ + "Ce script necessite Python 3 pour fonctionner" + ], + "description": [ + "En cas d'échec de vérification/réparation, ce script marquera la release comme étant HS sur UNFR " + ], + "options": [ + { + "name": "UnfrApiKey", + "displayName": "UNFRApiKey", + "value": "", + "description": [ + "L'API Key UNFR. Se trouve dans vos réglages sur le site UNFR" + ], + "select": [] + } + ], + "commands": [], + "taskTime": "" +} \ No newline at end of file