diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index e69de29..9a7e949 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -0,0 +1 @@ +Flood is a monitoring service for various torrent clients. It's a Node.js service that communicates with your favorite torrent client and serves a decent web UI for administration. \ No newline at end of file diff --git a/manifest.json b/manifest.json index ba7600d..79aea9b 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "flood", "packaging_format": 1, "description": { - "en": "Client torrent.", - "fr": "Torrent client." + "en": "Monitoring service for various torrent clients", + "fr": "Service de surveillance pour divers clients torrent" }, "version": "4.7.0~ynh2", "url": "https://github.com/jesec/flood",