mozilla / addons-linter

🔍 Firefox Add-ons linter, written in JavaScript. 👁
Mozilla Public License 2.0
314 stars 144 forks source link

Validate length of `description` in manifest.json and locales #5436

Open xPaw opened 3 weeks ago

xPaw commented 3 weeks ago

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.