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

fix v3 schema validation #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

colearendt
Copy link

Close #11

This pulls the v3 schema verbatim from the google website. Unfortunately, the file's ordering and such has changed a decent bit. I changed a few things around, but ultimately thought sticking to a verbatim copy might be best.

I see this as fairly important since the plugin cannot be used with a content_security_policy until this fix is completed, since this causes a build failure, but satisfying the build causes a runtime failure.

# from the directory with the manifest schema
curl -sL -o schema-web-ext-manifest-v3.json https://json.schemastore.org/chrome-manifest

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.

validate manifest content_security_policy error
1 participant