diff --git a/src/icons/terminal-secure.svg b/src/icons/terminal-secure.svg new file mode 100644 index 0000000..717006d --- /dev/null +++ b/src/icons/terminal-secure.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/template/mapping.json b/src/template/mapping.json index f0c8952..032afc3 100644 --- a/src/template/mapping.json +++ b/src/template/mapping.json @@ -1725,5 +1725,8 @@ ], "60548": [ "new-session" + ], + "60549": [ + "terminal-secure" ] } diff --git a/src/template/metadata.json b/src/template/metadata.json index f1a0c59..ddc21f5 100644 --- a/src/template/metadata.json +++ b/src/template/metadata.json @@ -789,6 +789,11 @@ "category": "application", "description": "Terminal or console" }, + "terminal-secure": { + "tags": ["console", "command", "shell", "cli", "lock", "secure", "protected"], + "category": "application", + "description": "Secure terminal" + }, "text-size": { "tags": ["font", "typography", "scale", "zoom"], "category": "text",