This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
{
"name":"YunoHost example app",
"id":"ynhexample",
"description":{
"en":"Example package for YunoHost application.",
"fr":"Exemple de package d’application pour YunoHost."
},
"url":"https://example.com",
"license":"free",
"maintainer":{
"name":"John doe",
"email":"john.doe@example.com",
"url":"http://example.com"
},
"multi_instance":"false",
"services":[
"nginx",
"php5-fpm",
"mysql"
],
"arguments":{
"install":[
{
"name":"domain",
"type":"domain",
"ask":{
"en":"Choose a domain name for ynhexample",
"fr":"Choisissez un nom de domaine pour ynhexample"