ulauncher-symbol/manifest.json
2019-05-07 16:01:31 +03:00

21 lines
459 B
JSON

{
"api_version": "1",
"manifest_version": "1",
"name": "Unicode extension",
"description": "Extension Description",
"developer_name": "John Doe",
"icon": "images/bookmark.svg",
"options": {
"query_debounce": 0.5
},
"preferences": [
{
"id": "unicode",
"type": "keyword",
"name": "Unicode",
"description": "Search for Unicode characters and copy them to the clipboard",
"default_value": "uni"
}
]
}