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

Migrate to Manifest version 3 #25

Open
angelo-v opened this issue Apr 1, 2022 · 1 comment
Open

Migrate to Manifest version 3 #25

angelo-v opened this issue Apr 1, 2022 · 1 comment
Assignees

Comments

@angelo-v
Copy link
Collaborator

angelo-v commented Apr 1, 2022

Manifest version 2 is deprecated, and support will be removed in 2023. See https://developer.chrome.com/blog/mv2-transition/ for more details.

@angelo-v
Copy link
Collaborator Author

angelo-v commented Jul 4, 2022

This is a much bigger issue than I anticipated, since background scripts are replaced by service workers and this also means support for localStorage is dropped. Localstorage is used by inrupt/oidc-client-js which is the fork of a deprecated library that is replaced by oidc-client-ts.

Brainstorming ideas how to proceed:

  1. Get rid of localstorage in all transitive dependencies
  2. Stay on v2 and loose chrome support in 2023 (what about other chromium browsers, will they keep v2 support?)
  3. Migrate to a Firefox plugin
  4. Find alternatives to service worker (e.g. popup.js, content script or even options page?)

Option 1 Get rid of localstorage in all transitive dependencies

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

No branches or pull requests

1 participant