{ "name": "Simple-Hash-Generator", "id": "Simple-Hash-Generator", "packaging_format": 1, "description": { "en": "A simple hash generator utilizing a collection of popular and useful hash functions", "fr": "Un générateur de hachage simple utilisant une collection de fonctions de hachage populaires et utiles" }, "version": "1.0~ynh1", "url": "https://prizz.github.io/Simple-Hash-Generator/", "upstream": { "license": "MIT License", "website": "https://prizz.github.io/Simple-Hash-Generator/", "demo": "https://prizz.github.io/Simple-Hash-Generator/", "code": "https://github.com/pRizz/Simple-Hash-Generator" }, "license": "MIT License", "maintainer": { "name": "Jarod5001", "email": "john.doe@example.com" }, "requirements": { "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install" : [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/hash", "default": "/hash" }, { "name": "is_public", "type": "boolean", "default": true } ] } }