Actualiser manifest.json

This commit is contained in:
2026-04-02 08:11:24 +00:00
parent 0f1a6f0870
commit a09f7bd6b2

View File

@@ -1,9 +1,9 @@
{ {
"main": "main.py", "main": "main.py",
"name": "MarkHS", "name": "UNFR_MarkHS",
"homepage": "https://tig.unfr.pw/UNFR/POSTPRONZBGET", "homepage": "https://unfr.pw",
"kind": "POST-PROCESSING", "kind": "POST-PROCESSING",
"displayName": "MarkHS", "displayName": "UNFR MarkHS",
"version": "0.1c", "version": "0.1c",
"author": "bash", "author": "bash",
"license": "GNU", "license": "GNU",
@@ -17,11 +17,11 @@
], ],
"options": [ "options": [
{ {
"name": "ApiKey", "name": "UnfrApiKey",
"displayName": "ApiKey", "displayName": "UNFRApiKey",
"value": "", "value": "",
"description": [ "description": [
"L'API Key. Se trouve dans vos réglages sur le site" "L'API Key UNFR. Se trouve dans vos réglages sur le site UNFR"
], ],
"select": [] "select": []
} }