Dev Tools · 1h ago
Chrome Extension Devs: Two Manifest V3 Gotchas That Stalled a Notification Reader
A developer built Serious Notification, a Chrome extension that reads aloud only keyword-matched notifications, to cut distraction. He hit two undocumented Manifest V3 issues: content scripts can't intercept the Notification API in an isolated world, and the fix requires a MAIN world script. The extension uses a service worker to pass filtered notifications to the speech API.
Meridian48 take
The article is a practical field report on Manifest V3's real-world friction, but the problems are solvable with documented workarounds—not the showstoppers the headline implies.
Read the full reporting
How I built a Chrome extension that speaks your notifications aloud — and the two Manifest V3 problems nobody warned me about →
DEV Community
chrome-extensionmanifest-v3