diff --git a/images/insertion-symbol.png b/images/insertion-symbol.png new file mode 100644 index 0000000..ccee25c Binary files /dev/null and b/images/insertion-symbol.png differ diff --git a/images/unicode.png b/images/unicode.png deleted file mode 100644 index 1a72739..0000000 Binary files a/images/unicode.png and /dev/null differ diff --git a/manifest.json b/manifest.json index 16d79b7..b0e2943 100644 --- a/manifest.json +++ b/manifest.json @@ -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" } ] }