-
Notifications
You must be signed in to change notification settings - Fork 45
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 notes #1168
Comments
There's a new update in https://groups.google.com/u/1/a/chromium.org/g/chromium-extensions/c/zQ77HkGmK9E |
https://developer.chrome.com/docs/extensions/migrating/mv2-sunset/
Brave says they'll continue supporting MV2 |
key point from bitwarden's article: https://developer.chrome.com/docs/extensions/reference/api/storage#property-session new "session" storage area is where to put "in memory" keys. in their case, a key that encrypts a locally-encrypted copy of the vault persisted in localStorage |
If we don't plan to have dapp support (#1901) then we could:
(So ext will behave more like webapp tabs. At some point we aspired the opposite: webapp tabs to use a shared worker to behave more like extension) |
not aware of anyone using dapp support https://www.npmjs.com/package/@oasisprotocol/client-ext-utils apparently this package has 3 downloads weekly though |
Updated timeline:
TODO
browser.storage.session
The text was updated successfully, but these errors were encountered: