diff --git a/README.md b/README.md
index 6371b14..25e79ea 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ Adminer (formerly phpMinAdmin) is a full-featured database management tool writt
* Official app website:
* Upstream app code repository:
-* YunoHost documentation for this app:
+* YunoHost Store:
* Report a bug:
## Developer info
diff --git a/README_fr.md b/README_fr.md
index 37777a7..49eb288 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -30,7 +30,7 @@ Adminer (anciennement phpMinAdmin) est un outil de gestion de base de données c
* Site officiel de l’app :
* Dépôt de code officiel de l’app :
-* Documentation YunoHost pour cette app :
+* YunoHost Store:
* Signaler un bug :
## Informations pour les développeurs
diff --git a/manifest.toml b/manifest.toml
index 905978c..4a27f58 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -7,7 +7,7 @@ description.fr = "Gestionnaire de base de données"
version = "4.8.1~ynh6"
-maintainers = [ ]
+maintainers = []
[upstream]
license = "Apache-2.0"
@@ -19,8 +19,11 @@ code = "https://github.com/vrana/adminer/"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
+
ldap = false
+
sso = false
+
disk = "50M"
ram.build = "100M"
ram.runtime = "50M"