From b9cfacd9cd6f5bc38fcc8347ddd5e9d72631ce14 Mon Sep 17 00:00:00 2001 From: Ivan Boothe Date: Mon, 25 Oct 2021 18:48:57 -0700 Subject: [PATCH] Noting dark mode friendly Signed-off-by: Ivan Boothe --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index b0e2943..717c36b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Symbol search", - "description": "Search symbols in ASCII and Unicode and copy them to the clipboard.", + "description": "Search symbols in ASCII and Unicode and copy them to the clipboard. Dark mode friendly.", "developer_name": "Ivan Boothe", "icon": "images/insertion-symbol.png", "required_api_version": "^2.0.0", @@ -12,7 +12,7 @@ "id": "symbol", "type": "keyword", "name": "Symbol", - "description": "Search symbols in ASCII and Unicode and copy them to the clipboard.", + "description": "Search symbols in ASCII and Unicode and copy them to the clipboard. Dark mode friendly.", "default_value": "sym" } ]