WXT Framework Configuration
ExtensionFast uses the WXT framework for building Chrome Extensions. If you’re new to WXT, here’s a quick overview of how the framework is structured.
The manifest file, which contains all the necessary configuration for your Chrome Extension, is located inside the config folder. This file includes crucial information such as:
- The extension’s name and description
- Permissions needed for the extension to work properly
- The background scripts, content scripts, and other extension details
Make sure to check the wxt.config.ts
file and customize the fields according to your extension’s needs.
Last updated on