I'm currently developing an extensions based on the sidepanel, I want it to be convenient to open so I created a shortcut command inside my manifest.json
Except that when I execute my shortcut, an error occurs with sidepanel.open() telling me:
Error: `sidePanel.open()` may only be called in response to a user gesture.
I have trouble understand what is a user gesture, since a shortcut should be one ?
Can anyone tell me if it's an intended behavior or if I'm missing anything (and maybe tell me if it's just not possible to do it through commands).