From fc53feccbe0d86fca8e2dcc69e56340b0d666cca Mon Sep 17 00:00:00 2001 From: deluan Date: Tue, 3 Feb 2026 10:25:35 -0500 Subject: [PATCH] Add password format option for token input in manifest.json --- manifest.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 8e53acb..e43036c 100644 --- a/manifest.json +++ b/manifest.json @@ -86,7 +86,10 @@ }, { "type": "Control", - "scope": "#/properties/token" + "scope": "#/properties/token", + "options": { + "format": "password" + } } ] }