{ "name": "SVG-edit", "id": "svgedit", "packaging_format": 1, "description": { "en": "SVG-edit is a fast, web-based, javascript-driven SVG drawing editor that works in any modern browser.", "fr": "SVG-edit est un outil de manipulation de SVG en ligne, rapide, et écrit en javascript qui fonctionne avec tout navigateur moderne." }, "url": "https://github.com/SVG-Edit/svgedit", "license": "MIT", "maintainer": { "name": "Luc Didry", "email": "luc@framasoft.org", "url": "https://framasoft.org" }, "requirements": { "yunohost": ">> 2.4.0" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "ask": { "en": "Choose a domain name for SVG-edit", "fr": "Choisissez un nom de domaine pour SVG-edit" }, "example": "domain.org" }, { "name": "path", "type": "path", "ask": { "en": "Choose a path for SVG-edit", "fr": "Choisissez un chemin pour SVG-edit" }, "example": "/svgedit", "default": "/svgedit" }, { "name": "is_public", "type": "boolean", "ask": { "en": "Is it a public application?", "fr": "Est-ce une application publique ?" }, "default": true } ] } }