A browser extension that overlays beautiful shadow effects on any website. Built with WXT, React, and Tailwind CSS.
- Global toggle — enable the shadow overlay on all websites at once
- Per-domain toggle — enable it only on specific domains
- Shadow presets — choose from four shadow styles: Whisper, Gentle, Dappled, and Deep
- Opacity control — adjust overlay intensity from 5% to 80%
- Per-site settings — shadow style and opacity are saved per hostname
- Zero flicker — content script injects at
document_startso the overlay appears before the first paint
pnpm install
pnpm dev # Chrome
pnpm dev:firefox # Firefoxpnpm build # Chrome
pnpm build:firefox # Firefox
pnpm zip # Package for Chrome Web Store
pnpm zip:firefox # Package for Firefox Add-ons- WXT — next-gen browser extension framework
- React 19 — popup UI
- Tailwind CSS v4 — styling
- TypeScript
