Editing a manifest.json
file for a browser extension produces this spurious warning:
The link to the docs specifically states the entry should be an object. There appears to be some confusion between the
icons
property in a web extension manifest, and that in a web app manifest (which does require an array).
Is it possible to disable this warning somehow?