The validation result states that “/background/scripts” is a required property, but my extension doesn’t need background scripts/pages.
The MDN doc states clearly that backaground is not mandatory.
I’ve also tried setting
{
"background": {
"scripts": []
}
}
but it also gets the same warning as above.
I’ve already submittted the extension to Chrome Web Store without a problem, and this warning from AMO validator is really frustrating. Either the MDN document or the AMO validator is wrong.