{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "https://json.schemastore.org/web-manifest-app-info.json", "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://json.schemastore.org/web-manifest.json#/definitions/manifest_image_resource" } } }, "title": "JSON schema for Web Application manifest files with app information extensions", "type": "object" }