Overview of WXT features
mainWXT is a next-generation framework for developing web extensions, designed to be frontend framework agnostic. Key features include:
- Browser Support: Works across all browsers and supports both Manifest V2 (MV2) and Manifest V3 (MV3).
- Developer Experience: Includes a dev mode with Hot Module Replacement (HMR) and fast reload, TypeScript support, and auto-imports.
- Project Structure: Uses file-based entrypoints and provides bundle analysis.
- Extensibility: Features a module system for reusing code between extensions and is compatible with Vue, React, Svelte, and other frameworks.
- Automation: Supports automated publishing.