Add icon to child context menu
I want to add an icon to my child context menus. But right now, the chrome extension options for context menu doesnt provide any option to add icon while creating a child menu. I can add icon to the parent menu using the icon parameter in manifest file . But no option for the child menu. Any idea how I might achieve this? Sorry, it is currently not possible. All you got is that one parent icon set through manifest. A possible workaround is using Unicode Symbols : Adapted code from this Google sample : // Create a parent item and two children. chrome.contextMenus.create({"title": "⛔ Parent",