- Issue created by @shaal
The DrupalPod browser extension currently only supports Manifest V2, which is approaching end-of-life. Users are already seeing warnings in their browsers. A rewrite of the DrupalPod browser extension is required to support Manifest V3.
Chrome is phasing out support for Manifest V2 extensions, with the deprecation timeline available at Chrome Developers: Manifest V2 support timeline. This change affects the DrupalPod browser extension, which currently only supports Manifest V2.
Key issues:
Rewrite the DrupalPod browser extension to support Manifest V3. This update will ensure continued functionality and remove warning messages for users.
Review the current extension codebase.
Identify the changes required to migrate from Manifest V2 to V3.
Implement the necessary changes, including:
Updating the manifest file
Rewriting background scripts as service workers
Adapting to new APIs and removing deprecated ones
Updating content security policies
Test the updated extension thoroughly.
Update documentation and release notes.
Submit the new version to browser extension stores (Chrome Web Store, Firefox Add-ons, etc.).
Active
Browser extension