addons-linter
addons-linter copied to clipboard
Validate length of `description` in manifest.json and locales
The description length is set to 132 in manifest.json docs: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/description
Furthermore, the upload to Microsoft's extensions site fails if any of the locales contain translation for description that is longer than 132 characters.