Chrome Extension
1 listing
Chrome extension starters: Manifest V3 is mandatory
Any Chrome extension listing should be built on Manifest V3 — Google has deprecated MV2 and extensions using it will stop working. Check for a content security policy, background service worker setup, and permission declarations. A listing with a passing lint score is a good sign the code follows Chrome extension best practices and won't be rejected on the Web Store.
