From 7dfacaeee9e09147c06fac3761e2dbd42f40dbc8 Mon Sep 17 00:00:00 2001 From: chris0688 <109092856+chris0688@users.noreply.github.com> Date: Mon, 11 Jul 2022 20:11:25 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 0b529cc..e8369ad 100644 --- a/manifest.json +++ b/manifest.json @@ -41,8 +41,8 @@ "type": "password" }, { - "name": "first port", - "type": "firstport", + "name": "first-port", + "type": "number", "ask": { "en": "Enter the FIRST Port that should be used by Rport eg. port for tunnels (standard 20000)", "de": "Bitte geben Sie den LETZEN Port ein welcher von Rport für z.B. die Tunnels genutzt wird (Standart 20000)" @@ -50,8 +50,8 @@ "example": "20000" }, { - "name": "last port", - "type": "lastport", + "name": "last-port", + "type": "number", "ask": { "en": "Enter the LAST Port that should be used by Rport eg. port for tunnels (standard 30000)", "de": "Bitte geben Sie den LETZEN Port ein welcher von Rport für z.B. die Tunnels genutzt wird (Standart 30000)" @@ -60,4 +60,4 @@ } ] } -} +} \ No newline at end of file