Google Chrome · Schema

WebAppInfo

Information about a web app.

BrowserChrome ExtensionsDeveloper ToolsWeb Platform

Properties

Name Type Description
displayName string Display name of the web app.
appId string Web app identifier.
View JSON Schema on GitHub

JSON Schema

google-chrome-webappinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WebAppInfo",
  "title": "WebAppInfo",
  "type": "object",
  "description": "Information about a web app.",
  "properties": {
    "displayName": {
      "type": "string",
      "description": "Display name of the web app."
    },
    "appId": {
      "type": "string",
      "description": "Web app identifier."
    }
  }
}