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 fixes #62

Merged
merged 4 commits into from
Aug 4, 2024
Merged

Conversation

HarlemSquirrel
Copy link
Contributor

@HarlemSquirrel HarlemSquirrel commented Aug 2, 2024

Fixes left to do after merging #61

  • Replace "background.scripts" with "background.service_worker" in the manifest.json for Chrome (we need to keep it for Firefox so we'll have to put up with the Chrome warning).
  • Connect error ReferenceError: window is not defined. Context: js/background.js

@HarlemSquirrel HarlemSquirrel marked this pull request as ready for review August 2, 2024 19:08
@Aetherinox
Copy link

Hey, I haven't had a chance to look over the full Manifest v3 requirements, but does this make us compliant with their requirements in general so that we can attempt to re-apply to have the plugin added?

@HarlemSquirrel
Copy link
Contributor Author

Yes I believe so. There's no linter or validator that I could find so I relied on docs and error messages in Firefox and Chrome when loading the extension

@HarlemSquirrel HarlemSquirrel merged commit da945a5 into keeweb:master Aug 4, 2024
5 checks passed
@HarlemSquirrel HarlemSquirrel deleted the manifest-v3-fixes branch August 4, 2024 01:00
@Aetherinox
Copy link

Aetherinox commented Aug 4, 2024

Nice. I need to read up on it more. Most my work was with v2. I've had my face in Electron learning the in's and out's of it in preparation with the split between electron and the remote package.

Appreciate the help you're doing with this. It's a lot by myself with the main app.

@HarlemSquirrel
Copy link
Contributor Author

No worries! Thanks for all your work on the main app. There's a bunch of new stuff here for me as well.

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.

2 participants