ulauncher-symbol/manifest.json
Ivan Boothe 6078260659 Adding alt+enter action to copy HTML entity
Signed-off-by: Ivan Boothe <ivan@rootwork.org>
2021-10-25 19:46:27 -07: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"
}
]
}