Manging the CodebaseProject Structure📂 Project Structure ExtensionFast follows a modular structure to keep the codebase clean and organized: src (source code)assets (icons, fonts, images)components (UI building blocks)data (mock data or constants)entrypoints (app entry files)popup (UI entry for extension)background.jscontent.jshooks (custom React hooks)pages (view components for app's routes)public (static images)types (.ts types or interfaces definitions)utils (helper functions)Last updated on April 20, 2025TroubleshootingUpdate the Codebase