diff --git a/manifest.json b/manifest.json
index 01b414b..f2e0fb9 100644
--- a/manifest.json
+++ b/manifest.json
@@ -13,7 +13,8 @@
         "website": "https://domoticz.com/",
         "admindoc": "https://www.domoticz.com/wiki/Main_Page",
         "userdoc": "https://www.domoticz.com/DomoticzManual.pdf",
-        "code": "https://github.com/domoticz/domoticz"
+        "code": "https://github.com/domoticz/domoticz",
+        "cpe": "cpe:2.3:a:domoticz:domoticz"
     },
     "license": "GPL-3.0-or-later",
     "maintainer": {
@@ -28,7 +29,7 @@
         "nginx"
     ],
     "arguments": {
-        "install" : [
+        "install": [
             {
                 "name": "domain",
                 "type": "domain"
@@ -44,24 +45,24 @@
                 "type": "boolean",
                 "default": false,
                 "help": {
-                	"fr": "Attention, cette application n'a pas de gestion d'utilisateur par défaut, si vous la mettez public, n importe qui y aura accès!",
-                	"en": "Beware, there is no user management by default. If it's set as public, anyone will have access!"
-                	}
+                    "fr": "Attention, cette application n'a pas de gestion d'utilisateur par défaut, si vous la mettez public, n importe qui y aura accès!",
+                    "en": "Beware, there is no user management by default. If it's set as public, anyone will have access!"
+                }
             },
             {
                 "name": "mqtt_domain",
                 "type": "domain",
                 "ask": {
-                	"fr":"Domaine MQTT",
-                	"en":"MQTT domain"
-                	},
+                    "fr": "Domaine MQTT",
+                    "en": "MQTT domain"
+                },
                 "example": "mqtt.your.domain.com",
                 "optional": true,
                 "help": {
-                	"fr": "Domaine pour le serveur MQTT. Remettez le domaine principal si vous ne souhaitez pas l'utiliser. Lire la documentation pour plus d'informations",
-                	"en": "MQTT server domain. Set the main domain if you don't wish to use it. See the doc for more info"
-                	}
+                    "fr": "Domaine pour le serveur MQTT. Remettez le domaine principal si vous ne souhaitez pas l'utiliser. Lire la documentation pour plus d'informations",
+                    "en": "MQTT server domain. Set the main domain if you don't wish to use it. See the doc for more info"
+                }
             }
         ]
     }
-}
+}
\ No newline at end of file