scratch_ynh/manifest.json
ericgaspar 60a7172d86
4.3
2021-11-22 13:44:29 +01:00

48 lines
1.3 KiB
JSON

{
"name": "Scratch",
"id": "scratch",
"packaging_format": 1,
"description": {
"en": "Programming language to create your own interactive stories, games, and animations",
"fr": "Langage de programmation pour créer vos propres histoires, jeux et animations interactifs"
},
"version": "3.0~ynh1",
"url": "https://scratch.mit.edu/",
"upstream": {
"license": "BSD-3-Clause",
"website": "https://scratch.mit.edu/",
"demo": "https://llk.github.io/scratch-gui/develop/",
"admindoc": "https://fr.scratch-wiki.info/wiki/Scratch_3.0",
"code": "https://github.com/LLK/scratch-gui"
},
"license": "BSD-3-Clause",
"maintainer": {
"name": "eric_G",
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/scratch",
"default": "/scratch"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}