Code review fixes for Chrome Web Store / Edge Add-ons submission readiness.
Changes from v1.0.0:
- Added homepage_url and author.email to manifest (required for store verification)
- Added minimum_chrome_version: 93
- Removed production console.log from background.js
- Fixed default patterns mismatch (background had 7 phrases/type, now 10 matching content script)
- Fixed icon files path (moved to icons/ subdirectory matching manifest reference)
- Bumped version to 1.0.1
Full code review: see extension/code-review-2026-05-28.md in repo
Install: Download the zip, unzip, go to chrome://extensions, enable Developer mode, click 'Load unpacked', select the extension folder.