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" + } } ] }