Developers
Your plugin can show custom icons and descriptions for each action in search results and RunBar.
Integrate Your Plugin with Runner
{
"name": "About Emoji Autocomplete",
"identifier": "about",
"script": "index.js",
"handler": "onSelectAboutMenuItem",
"icon": "iconRunner.png",
"iconDark": "iconRunnerDark.png",
"description": "Learn more about the Emoji Autocomplete plugin."
}

Last updated