Skip to content

Commit

Permalink
Changing description and image
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Boothe <[email protected]>
  • Loading branch information
rootwork committed Oct 26, 2021
1 parent 0ad36c0 commit 805032d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Binary file added images/insertion-symbol.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/unicode.png
Binary file not shown.
16 changes: 8 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 805032d

Please sign in to comment.