ulauncher-symbol/manifest.json
2019-05-06 17:37:38 +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.1
},
"preferences": [
{
"id": "unicode",
"type": "keyword",
"name": "Unicode",
"description": "Search for Unicode characters and copy them to the clipboard",
"default_value": "uni"
}
]
}