01 May 8, 2026 · 10 min · Part 01 of 03 Shipping a Manifest V3 Chrome extension: the gates nobody mentions Trader verification, publisher identity, the URL slug gotcha, version-bump CI: the async gates that turn a one-day project into a three-week project. read part 01 → Start here [ ] mark read
02 May 15, 2026 · 7 min · Part 02 of 03 How to build a Chrome extension popup with Supabase Auth (step by step) Wire Supabase Auth into an MV3 popup: bundle the UMD, persist sessions in chrome.storage, recover state on reopen. Working code included. read part 02 → [ ] mark read
03 May 22, 2026 · 6 min · Part 03 of 03 Chrome extension version-bump discipline: pre-commit + GitHub Actions The Chrome Web Store rejects re-uploads with the same manifest version. Catch the missed bump locally in a pre-commit hook; gate it again in CI. read part 03 → [ ] mark read