My extension works for most people, but some people are getting this error when they install the extension from chrome web store:
- Package is invalid. Details:’invalid value for ‘commands[1].description
After a lot of Googling I found that the error must be in the commands field of Manifest.json file. So I took a look at it.
The commands field looks like this:

Now what else I must be looking into, to debug this issue?
Update:
While I was halfway writing this, I also got an email from Chrome Developer Team that I've this error in my application:
- Package is invalid. Details:’invalid value for ‘commands[1].description
I've no idea what to do now. I'm still trying my best to check various cases. But the problem is, I'm not encountering this error, so I can't cross check after making any changes.
If anyone has encountered it or something similar, kindly let me know.
Thank you ..