Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome has deprecated support for Manifest V2 and & extensions should migrate to Manifest V3 in order to function and available for users. #9

Open
2 tasks
Santhoshmani1 opened this issue Feb 5, 2024 · 0 comments

Comments

@Santhoshmani1
Copy link

Chrome has deprecated support for Manifest V2 and & extensions should migrate to Manifest V3 in order to function and available for users.

The extension is currently using Manifest V2 and is unable to use for new users and developers. See announcement of Manifest v2 sunset .

Screenshot 2024-02-05 125603

Migration to Manifest v3

The migration to manifest version 3 should be done in order to continue the support to the project.

  • Modifying manifest.json & package.json files to add support for migrating to V3
  • Updating background script to event.js to follow the manifest v3 practices.
@Santhoshmani1 Santhoshmani1 changed the title Migrate from manifest v2 to manifest v3 Project : Extension > Migrate from manifest v2 to manifest v3 Feb 5, 2024
@DonnieBLT DonnieBLT changed the title Project : Extension > Migrate from manifest v2 to manifest v3 Chrome has deprecated support for Manifest V2 and & extensions should migrate to Manifest V3 in order to function and available for users. Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

No branches or pull requests

2 participants