Manifest V3 is finally here!
Exciting News! The RECAP extension has been upgraded to Manifest V3, the latest version of the Chrome Extensions platform. This significant update brings several improvements and enhancements to the extension's functionality and performance.
Key Features and Improvements:
-
Manifest V3 Compatibility: The extension fully supports Manifest V3 now, ensuring compatibility with future Chrome updates and providing enhanced security and performance.
-
Service Worker Migration: Background scripts have been migrated to a single service worker, improving efficiency and cross-browser compatibility.
-
Code Modernization: The codebase has been modernized to use ES modules, promises, and the Chrome Runtime API, resulting in cleaner, more maintainable code.
-
Enhanced Security: Improved security measures align with Manifest V3's stricter requirements, protecting user data and privacy.
-
Cross-Browser Compatibility: The extension now offers better compatibility across different browsers, ensuring a consistent user experience.