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 me
serg answer is no longer true. Add this snippet into your manifest:
"icons": { "16": "icon16.png", --> this icons will be used for you menu item "32": "icon32.png" }