From b68aaa093996928cb3451aa2b037b22d3729ca9a Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Mon, 29 Mar 2021 19:08:48 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/manifest.json b/manifest.json index 72c1b6c..31b2e3d 100644 --- a/manifest.json +++ b/manifest.json @@ -30,16 +30,12 @@ "example": "example.com" }, { - "name": "path", - "type": "path", - "example": "/example", - "default": "/example" - }, - { - "name": "internal_path", - "type": "path", - "example": "/var/www/my_webapp/www", - "default": "/var/www/my_webapp/www" + "name": "app_id", + "type": "app", + "ask": { + "en": "Choose a webapp", + "fr": "Choisissez une webapp" + } } ] }