{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/web-app-manifest/_shared/latest--web-manifest-app-info.json",
  "title": "JSON schema for Web Application manifest files with app information extensions",
  "x-lintel": {
    "source": "https://json.schemastore.org/web-manifest-app-info.json",
    "sourceSha256": "180c90136435f1851b20ddb16abf47f61704c3f1479b076867bcde51740743e8"
  },
  "type": "object",
  "properties": {
    "categories": {
      "description": "Describes the expected application categories to which the web application belongs.",
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "description": {
      "description": "Description of the purpose of the web application",
      "type": "string"
    },
    "iarc_rating_id": {
      "description": "Represents an ID value of the IARC rating of the web application. It is intended to be used to determine which ages the web application is appropriate for.",
      "type": "string"
    },
    "screenshots": {
      "description": "The screenshots member is an array of image objects represent the web application in common usage scenarios.",
      "type": "array",
      "items": {
        "$ref": "https://catalog.lintel.tools/schemas/schemastore/web-app-manifest/_shared/latest--web-manifest.json#/$defs/manifest_image_resource"
      }
    }
  },
  "id": "https://json.schemastore.org/web-manifest-app-info.json"
}
