{
  "$id": "https://json.schemastore.org/web-manifest-combined.json",
  "$schema": "http://json-schema.org/draft-07/schema",
  "allOf": [
    {
      "$ref": "https://json.schemastore.org/web-manifest.json"
    },
    {
      "$ref": "https://json.schemastore.org/web-manifest-app-info.json"
    },
    {
      "$ref": "https://json.schemastore.org/web-manifest-share-target.json"
    }
  ],
  "title": "JSON schema for Web Application manifest files"
}