ulauncher-symbol/manifest.json
Ivan Boothe e5004252ae update description on preferences pane
Signed-off-by: Ivan Boothe <git@rootwork.org>
2022-02-23 17:10:16 -08:00

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"
}
]
}