Search Extension keyword input '*' and Enter key.
After can't control side bar.
Version: 0.5.0
Electron: 8.3.0
Chrome: 80.0.3987.165
Node.js: 12.13.0
V8: 8.0.426.27-electron.0
OS: Windows_NT x64 10.0.18362

After some clicks the error shows. here a pastebin of the JSON
cc: @manojVivek
@jjavierdguezas Great, thanks for the triage.
@RomainFrancony Maybe be we should add some validation on the input box?
@manojVivek I don't know the exact specification of Chrome Store extension's ID but it seems that they are only composed of letters, so probably a regex like /[a-z]+/i
Yeah, the extension id is composed of lower case alphabets.
@RomainFrancony @manojVivek I could only find that they are always 32 characters long
see here

I would like to work on this if it's unassigned. Thanks.
@pajaydev Appreciate it, I'm assigning it to you. 馃檶
cc: @RomainFrancony
@pajaydev Please join us on Gitter if you have any questions along the way - https://gitter.im/responsively-app/
@manojVivek Thank you
@manojVivek I have created a PR, kindly review
Most helpful comment
@RomainFrancony @manojVivek I could only find that they are always 32 characters long

see here