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

Port to manifest v3 #86

Open
Xwilarg opened this issue Dec 18, 2024 · 0 comments
Open

Port to manifest v3 #86

Xwilarg opened this issue Dec 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Xwilarg
Copy link
Owner

Xwilarg commented Dec 18, 2024

Hey,

Following Chrome guideline, this extension will need to be ported to manifest V3 https://developer.chrome.com/docs/extensions/develop/migrate/what-is-mv3

I tried to see a bit how to do that and the main issue was that I am accessing background script this way:

(chrome.extension.getBackgroundPage() as any).downloadDoujinshi

And that getBackgroundPage was removed with manifest V3 https://stackoverflow.com/questions/68521873/chrome-extension-getbackgroundpage-doesnt-work-with-manifest-version-3

If someone is willing to help with these tasks it'ld be really appreciated :)
I made a branch called manifest-v3 around 10 months ago that should take care of some of the others points

@Xwilarg Xwilarg added the bug Something isn't working label Dec 18, 2024
@Xwilarg Xwilarg pinned this issue Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant