1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hextris_ynh.git synced 2024-09-03 19:16:05 +02:00
hextris_ynh/manifest.json

55 lines
1.4 KiB
JSON
Raw Normal View History

2014-08-18 18:37:19 +02:00
{
"name": "Hextris",
"id": "hextris",
"packaging_format": 1,
2014-08-18 18:37:19 +02:00
"description": {
"en": "A fast paced puzzle game.",
"fr": "Un jeu de puzzle très rapide"
},
2014-11-16 16:34:46 +01:00
"maintainer": {
2014-08-18 18:37:19 +02:00
"name": "opi",
2014-11-16 16:49:00 +01:00
"email": "opi@zeropi.net"
2014-08-18 18:37:19 +02:00
},
2014-11-16 16:34:46 +01:00
"version": "1.1",
"url": "http://hextris.github.io/",
"categories": [
"games"
],
2014-08-18 18:37:19 +02:00
"multi_instance": "false",
2015-11-22 16:08:23 +01:00
"services": [
"nginx"
],
2014-08-18 18:37:19 +02:00
"arguments": {
"install" : [
{
"name": "domain",
2014-11-16 16:34:46 +01:00
"type": "domain",
2014-08-18 18:37:19 +02:00
"ask": {
"en": "Choose a domain for Hextris",
"fr": "Choisissez un domaine pour Hextris"
},
"example": "domain.org"
},
{
"name": "path",
2014-11-16 16:34:46 +01:00
"type": "path",
2014-08-18 18:37:19 +02:00
"ask": {
"en": "Choose a path for Hextris",
"fr": "Choisissez un chemin pour Hextris"
},
"example": "/hextris",
"default": "/hextris"
2014-08-18 18:41:14 +02:00
},
{
"name": "is_public",
"ask": {
"en": "Is it a public site ?",
"fr": "Est-ce un site public ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
2014-08-18 18:37:19 +02:00
}
]
}
}