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

Google Chrome Manifest V3 #192

Open
TheWebTech opened this issue Jan 23, 2019 · 0 comments
Open

Google Chrome Manifest V3 #192

TheWebTech opened this issue Jan 23, 2019 · 0 comments

Comments

@TheWebTech
Copy link
Collaborator

Google posted their draft info on V3 of the extension manifest. We need to be ready to make a few changes.

https://docs.google.com/document/d/1nPu6Wy4LWR66EFLeYInl3NzzhHzc-qnk4w4PX-0XMw8/edit?usp=drivesdk

Changes i see that affect us.

Background pages are being replaced with service workers. Not sure if we can preempt that change.

They are disallowing extensions from using remotely-hosted code. We are using google analytics, this may be affected. Also we submit url to google pagespeed and get a response back not sure if this will be affected.

An unconfirmed proposed change affects content scripts, we might have to bug the user atleast the first time we inject css or js for the dec menu or theme.

In the manifest we may need to change from "browseraction" to simply "action" should be as simple as changing that string.

The i18n language translation feature may be changing so we may need to tweak.

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