{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/web-app-manifest/latest.json",
  "title": "JSON schema for Web Application manifest files",
  "x-lintel": {
    "source": "https://www.schemastore.org/web-manifest-combined.json",
    "sourceSha256": "bc684337549722a71ee18c53f00911fefda0c9c003bed43c96f724965d199aea",
    "fileMatch": [
      "manifest.json",
      "*.webmanifest"
    ],
    "parsers": [
      "json"
    ]
  },
  "id": "https://json.schemastore.org/web-manifest-combined.json",
  "allOf": [
    {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/web-app-manifest/_shared/latest--web-manifest.json"
    },
    {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/web-app-manifest/_shared/latest--web-manifest-app-info.json"
    },
    {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/web-app-manifest/_shared/latest--web-manifest-share-target.json"
    }
  ]
}
