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

Update manifest.json

This commit is contained in:
Gredin67 2020-04-15 13:48:07 +02:00 committed by GitHub
parent efbb80e583
commit 1af0bfc172
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,19 +3,20 @@
"id": "whatsapp", "id": "whatsapp",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "Matrix-WhatsApp puppeting bridge packaged as a YunoHost service.", "en": "A Matrix-WhatsApp puppeting bridge packaged as a YunoHost service.",
"fr": "Passerelle WhatsApp exploitant matrix-synapse et un service d'application matrix packagé comme un service YunoHost." "fr": "Passerelle WhatsApp exploitant matrix-synapse et un service d'application matrix packagé comme un service YunoHost."
}, },
"version": "1.0~ynh1", "version": "1.0~ynh1",
"url": "https://github.com/tulir/mautrix-whatsapp", "url": "https://github.com/tulir/mautrix-whatsapp",
"license": "free", "license": "AGPL3",
"maintainer": { "maintainer": {
"name": "Gredin67", "name": "Gredin67",
"email": "ghentz@mailz.org", "email": "ghentz@mailz.org",
"url": "https://github.com/Gredin67/mautrix-whatsapp_ynh" "url": "https://github.com/YunoHost-Apps/mautrix-whatsapp_ynh"
}, },
"requirements": { "requirements": {
"yunohost": ">= 3.5" "yunohost": ">= 3.5"
"synapse": ">= 1.11.0"
}, },
"multi_instance": true, "multi_instance": true,
"services": [ "services": [
@ -35,10 +36,11 @@
"name": "botadmin", "name": "botadmin",
"type": "string", "type": "string",
"ask": { "ask": {
"en": "Choose the matrix account admin of the whatsapp bot", "en": "Choose the matrix account administrator of the whatsapp bot",
"fr": "Choisissez le compte matrix administrateur du robot whatsapp" "fr": "Choisissez le compte matrix administrateur du robot whatsapp"
}, },
"example": "@johndoe:domain.org or @johndoe:matrix.org" "example": "@johndoe:domain.org or @johndoe:matrix.org"
"default": "Your main matrix account"
}, },
{ {
"name": "botusers", "name": "botusers",