I am developing a Chrome Extension for personal use and want to add a shortcut to it to activate to popup.html
page (i.e. when I press the shortcut the popup.html
page will show up).
For some extension I can easily do this by going to chrome://extensions/shortcuts
page and assigning a shortcut against "Activate the extension" field.
But my extension is not listed there.
Do I need to add anything to the manifest.json
file for my extension to appear in chrome://extensions/shortcuts
page?