20 lines
604 B
JSON
20 lines
604 B
JSON
{
|
|
"name": "Symbol search",
|
|
"description": "Search symbols in ASCII and Unicode. Enter to copy the symbol, alt+enter to copy the HTML entity. Dark mode friendly.",
|
|
"developer_name": "Ivan Boothe",
|
|
"icon": "images/insertion-symbol.png",
|
|
"required_api_version": "^2.0.0",
|
|
"options": {
|
|
"query_debounce": 0.5
|
|
},
|
|
"preferences": [
|
|
{
|
|
"id": "symbol",
|
|
"type": "keyword",
|
|
"name": "Symbol",
|
|
"description": "Search symbols in ASCII and Unicode. Enter to copy the symbol, alt+enter to copy the HTML entity. Dark mode friendly.",
|
|
"default_value": "sym"
|
|
}
|
|
]
|
|
}
|