diff --git a/README.md b/README.md
index 231d500..bb00c1c 100644
--- a/README.md
+++ b/README.md
@@ -1,45 +1,51 @@
+
+
# Cubiks 2048 for YunoHost
-[](https://dash.yunohost.org/appci/app/cubiks-2048)  
+[](https://dash.yunohost.org/appci/app/cubiks-2048)  
[](https://install-app.yunohost.org/?app=cubiks-2048)
*[Lire ce readme en français.](./README_fr.md)*
-> *This package allow you to install Cubiks 2048 quickly and simply on a YunoHost server.
-If you don’t have YunoHost, please see [here](https://yunohost.org/install) to know how to install and enjoy it.*
+> *This package allows you to install Cubiks 2048 quickly and simply on a YunoHost server.
+If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview
-Clone of 2048 game in 3D
+Create the number 2048. Cubes with same number merge!
+
+**Shipped version:** 1.0~ynh6
+
+**Demo:** https://kshitij-banerjee.github.io/Cubiks-2048/
## Screenshots
-
+
-## Demo
+## :red_circle: Antifeatures
-* [Official demo](https://kshitij-banerjee.github.io/Cubiks-2048/)
+- **Tracking**: Tracks you and/or reports your activity to upstream maintainer or third parties, either without your permission or by default.
-#### Supported architectures
+## Documentation and resources
-* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/cubiks-2048/)
-* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/cubiks-2048/)
+* Official app website:
+* Upstream app code repository:
+* YunoHost documentation for this app:
+* Report a bug:
-## Links
+## Developer info
- * Report a bug: https://github.com/YunoHost-Apps/Cubiks-2048_ynh/issues
- * Upstream app repository: https://github.com/Kshitij-Banerjee/Cubiks-2048
- * YunoHost website: https://yunohost.org/
-
----
-
-## Developers info
-
-Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/Cubiks-2048_ynh/tree/testing).
+Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/cubiks-2048_ynh/tree/testing).
To try the testing branch, please proceed like that.
-```
-sudo yunohost app install https://github.com/YunoHost-Apps/Cubiks-2048_ynh/tree/testing --debug
+
+``` bash
+sudo yunohost app install https://github.com/YunoHost-Apps/cubiks-2048_ynh/tree/testing --debug
or
-sudo yunohost app upgrade cubiks-2048 -u https://github.com/YunoHost-Apps/Cubiks-2048_ynh/tree/testing --debug
+sudo yunohost app upgrade cubiks-2048 -u https://github.com/YunoHost-Apps/cubiks-2048_ynh/tree/testing --debug
```
+
+**More info regarding app packaging:**
diff --git a/README_fr.md b/README_fr.md
index 1392cb1..de31855 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -1,45 +1,51 @@
+
+
# Cubiks 2048 pour YunoHost
-[](https://dash.yunohost.org/appci/app/cubiks-2048)  
+[](https://dash.yunohost.org/appci/app/cubiks-2048)  
[](https://install-app.yunohost.org/?app=cubiks-2048)
-*[Read this readme in english.](./README.md)*
+*[Read this readme in english.](./README.md)*
-> *This package allow you to install Cubiks 2048 quickly and simply on a YunoHost server.
-If you don’t have YunoHost, please see [here](https://yunohost.org/install) to know how to install and enjoy it.*
+> *Ce package vous permet d'installer Cubiks 2048 rapidement et simplement sur un serveur YunoHost.
+Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
-## Vue d’ensemble
+## Vue d'ensemble
-Clone en 3D du jeu 2048.
+Create the number 2048. Cubes with same number merge!
-## Captures d’écran
+**Version incluse :** 1.0~ynh6
-
+**Démo :** https://kshitij-banerjee.github.io/Cubiks-2048/
-## Démo
+## Captures d'écran
-* [Démo officielle](https://kshitij-banerjee.github.io/Cubiks-2048/)
+
-#### Architectures supportées
+## :red_circle: Fonctions indésirables
-* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/cubiks-2048/)
-* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/cubiks-2048/)
+- **Tracking**: Tracks you and/or reports your activity to upstream maintainer or third parties, either without your permission or by default.
-## Liens
+## Documentations et ressources
- * Signaler un bug : https://github.com/YunoHost-Apps/Cubiks-2048_ynh/issues
- * Dépôt de l’application principale : https://github.com/Kshitij-Banerjee/Cubiks-2048
- * Site web YunoHost : https://yunohost.org/
-
----
+* Site officiel de l'app :
+* Dépôt de code officiel de l'app :
+* Documentation YunoHost pour cette app :
+* Signaler un bug :
## Informations pour les développeurs
-Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/Cubiks-2048_ynh/tree/testing).
+Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/cubiks-2048_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
-```
-sudo yunohost app install https://github.com/YunoHost-Apps/Cubiks-2048_ynh/tree/testing --debug
+
+``` bash
+sudo yunohost app install https://github.com/YunoHost-Apps/cubiks-2048_ynh/tree/testing --debug
ou
-sudo yunohost app upgrade cubiks-2048 -u https://github.com/YunoHost-Apps/Cubiks-2048_ynh/tree/testing --debug
+sudo yunohost app upgrade cubiks-2048 -u https://github.com/YunoHost-Apps/cubiks-2048_ynh/tree/testing --debug
```
+
+**Plus d'infos sur le packaging d'applications :**
diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md
new file mode 100644
index 0000000..48a53f1
--- /dev/null
+++ b/doc/DESCRIPTION.md
@@ -0,0 +1 @@
+Create the number 2048. Cubes with same number merge!
\ No newline at end of file
diff --git a/manifest.json b/manifest.json
index 692ae9e..f239ae4 100644
--- a/manifest.json
+++ b/manifest.json
@@ -6,8 +6,14 @@
"en": "2048 game clone in 3D",
"fr": "Clone du jeu 2048 en 3D"
},
- "version": "1.0~ynh5",
+ "version": "1.0~ynh6",
"url": "https://github.com/Kshitij-Banerjee/Cubiks-2048/",
+ "upstream": {
+ "license": "MIT",
+ "website": "https://kshitij-banerjee.github.io/Cubiks-2048/",
+ "demo": "https://kshitij-banerjee.github.io/Cubiks-2048/",
+ "code": "https://github.com/Kshitij-Banerjee/Cubiks-2048/"
+ },
"license": "MIT",
"maintainer": {
"name": "eric_G",