From b96b19e9044d4d3b948a7147627342fd9c807c29 Mon Sep 17 00:00:00 2001 From: ljf Date: Sun, 27 Feb 2022 20:15:31 +0100 Subject: [PATCH] [fix] Description --- manifest.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/manifest.json b/manifest.json index de5bb72..be754af 100644 --- a/manifest.json +++ b/manifest.json @@ -27,6 +27,13 @@ "services": [], "arguments": { "install" : [ + { + "name": "warning", + "type": "boolean", + "help": { + "en": "I understand this app is only for private network purpose and i should not install it on a server with a public IP or open the 445 port on my home router." + } + } ] } }