Changing description and image

Signed-off-by: Ivan Boothe <ivan@rootwork.org>
This commit is contained in:
Ivan Boothe 2021-10-25 18:47:57 -07:00
parent 0ad36c00a8
commit 805032d6dd
3 changed files with 8 additions and 8 deletions

BIN
images/insertion-symbol.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

View file

@ -1,19 +1,19 @@
{ {
"name": "Unicode extension", "name": "Symbol search",
"description": "Search for Unicode characters and copy them to the clipboard", "description": "Search symbols in ASCII and Unicode and copy them to the clipboard.",
"developer_name": "Vangelis Kostalas", "developer_name": "Ivan Boothe",
"icon": "images/unicode.png", "icon": "images/insertion-symbol.png",
"required_api_version": "^2.0.0", "required_api_version": "^2.0.0",
"options": { "options": {
"query_debounce": 0.5 "query_debounce": 0.5
}, },
"preferences": [ "preferences": [
{ {
"id": "unicode", "id": "symbol",
"type": "keyword", "type": "keyword",
"name": "Unicode", "name": "Symbol",
"description": "Search for Unicode characters and copy them to the clipboard", "description": "Search symbols in ASCII and Unicode and copy them to the clipboard.",
"default_value": "uni" "default_value": "sym"
} }
] ]
} }