From 4d3d547addf34b1b57e31c8332a11caaf30a5e5a Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 29 Sep 2021 09:41:06 +0200 Subject: [PATCH] Revert "Remove superfluous example in manifest" This reverts commit b72eb99ed18f6a98ff15da7d149b5cf554130689. --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 63815e6..97191c7 100644 --- a/manifest.json +++ b/manifest.json @@ -31,11 +31,12 @@ "install" : [ { "name": "domain", - "type": "domain" + "type": "domain", + "example": "domain.org" }, { "name": "path", - "type": "path", + "type": "path", "example": "/blog", "default": "/blog" },