diff --git a/manifest.json b/manifest.json index bde3fc9..7adb87a 100644 --- a/manifest.json +++ b/manifest.json @@ -33,8 +33,7 @@ "install": [ { "name": "domain", - "type": "domain", - "example": "example.com" + "type": "domain" }, { "name": "path", @@ -44,8 +43,7 @@ }, { "name": "admin", - "type": "user", - "example": "johndoe" + "type": "user" } ] }