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