1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mopidy_ynh.git synced 2024-09-03 19:46:21 +02:00

Update manifest.json

This commit is contained in:
siwinter 2021-03-21 21:56:21 +01:00 committed by GitHub
parent 3958cbdf44
commit 17c5338b7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,9 +28,6 @@
{
"name": "domain",
"type": "domain",
"help": {
"en": "public app can be used by anonymous visitors"
},
"example": "example.com"
},
{
@ -42,6 +39,9 @@
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "public app can be used by anonymous visitors"
},
"default": false
}
]