Skip to content

Fix erroneous required properties in manifest

Choose a tag to compare

@mstriemer mstriemer released this 24 Apr 21:50
· 6470 commits to master since this release

There were some properties that were being marked as required with the 0.19.0 release. This included the run_at property for content_scripts. This release fixes that issue.

Changes

  • Handle allOf with optional inner schemas (#1249).
    • This fixes the original issue of run_at being required (#1245).