mirror of
https://github.com/YunoHost-Apps/icecoder_ynh.git
synced 2024-09-03 19:26:10 +02:00
Update manifest.json
This commit is contained in:
parent
3a436c5254
commit
73136f8400
1 changed files with 4 additions and 10 deletions
|
@ -6,13 +6,12 @@
|
||||||
"en": "Code editor awesomeness ...in your browser",
|
"en": "Code editor awesomeness ...in your browser",
|
||||||
"fr": "Un éditeur de code impressionnant ...dans votre navigateur"
|
"fr": "Un éditeur de code impressionnant ...dans votre navigateur"
|
||||||
},
|
},
|
||||||
"version": "2.0.0~ynh1",
|
"version": "2.0.1~ynh1",
|
||||||
"url": "https://icecoder.net/",
|
"url": "https://icecoder.net",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "Stylix58",
|
"name": "Stylix58",
|
||||||
"email": "lateman-jpeg@outlook.fr",
|
"email": "lateman-jpeg@outlook.fr"
|
||||||
"url": "https://stylix58.netlify.app/"
|
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.1.3"
|
"yunohost": ">= 4.1.3"
|
||||||
|
@ -24,11 +23,6 @@
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install" : [
|
||||||
{
|
|
||||||
"name": "domain",
|
|
||||||
"type": "domain",
|
|
||||||
"example": "example.com"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "app_id",
|
"name": "app_id",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
@ -38,7 +32,7 @@
|
||||||
},
|
},
|
||||||
"help": {
|
"help": {
|
||||||
"en": "You can get the ID in Custom Webapp's settings.",
|
"en": "You can get the ID in Custom Webapp's settings.",
|
||||||
"fr": "Vous pouvez obtenir l'ID dans les paramètres de la Webapp personnalisée."
|
"fr": "Vous pouvez obtenir l'ID dans les paramètres de la Custom Webapp."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue