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

Upgrade Manifest to V3 #457

Closed
yudukikun5120 opened this issue Nov 9, 2022 · 2 comments
Closed

Upgrade Manifest to V3 #457

yudukikun5120 opened this issue Nov 9, 2022 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@yudukikun5120
Copy link
Collaborator

yudukikun5120 commented Nov 9, 2022

Motivation

The current manifest format is not extensible. We need to upgrade it to v3.

Refactoring

Manifest V3 includes Promise support, which is critical for the Chrome.Storage API. In V2, it causes the callback hell.

Chrome.Storage API is playing a critical role in the extension. We could rewrite the storage API to use async/await. It will make the code more readable.

We need to upgrade to V3 as soon as possible.

References

@yudukikun5120 yudukikun5120 added the enhancement New feature or request label Nov 9, 2022
@mkobayashime
Copy link
Member

We are waiting for the official support of MV3 in Firefox. (see #8)

@mkobayashime
Copy link
Member

We can discuss in the original issue (#8).

@mkobayashime mkobayashime added duplicate This issue or pull request already exists and removed enhancement New feature or request labels Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants