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

Manifest V3 Support #15

Merged
merged 20 commits into from
Jul 7, 2024
Merged

Manifest V3 Support #15

merged 20 commits into from
Jul 7, 2024

Conversation

davidofwatkins
Copy link
Owner

This updates the extension to support Manifest V3, soon to be required by Google.

Many of the changes here follow Google's migration guide, but a large part of complexity comes from no longer having access to localStorage in the background page (now a service worker). Instead, the extension writes to and reads from chrome.storage.sync directly, rather than syncing that with localStorage on change.

@davidofwatkins davidofwatkins merged commit a40c81e into main Jul 7, 2024
1 check passed
@davidofwatkins davidofwatkins deleted the manifest-v3 branch July 7, 2024 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant