{
  "entry": {
    "kind": "agent",
    "slug": "google-chrome",
    "name": "Google Chrome",
    "vendor": "Google",
    "description": "Google's web browser",
    "website": "https://www.google.com/chrome/",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [],
    "packaging": null,
    "category": "browser",
    "configFiles": [
      {
        "id": "google-chrome-app",
        "description": "Installed application (presence)",
        "scope": "global",
        "format": "plist",
        "paths": {
          "darwin": "/Applications/Google Chrome.app/Contents/Info.plist",
          "win32": "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe"
        },
        "extractors": []
      },
      {
        "id": "google-chrome-extensions",
        "description": "Installed browser extensions",
        "scope": "global",
        "format": "json",
        "pathGlob": {
          "darwin": "${HOME}/Library/Application Support/Google/Chrome/*/Extensions/*/*/manifest.json",
          "win32": "${LOCALAPPDATA}\\Google\\Chrome\\User Data\\*\\Extensions\\*\\*\\manifest.json",
          "linux": "${HOME}/.config/google-chrome/*/Extensions/*/*/manifest.json"
        },
        "extractors": [
          {
            "type": "extension-manifest",
            "manifestFormat": "chrome-manifest"
          }
        ]
      },
      {
        "id": "google-chrome-native-messaging-hosts",
        "description": "Native-messaging host manifests (per-user)",
        "scope": "global",
        "format": "json",
        "pathGlob": {
          "darwin": "${HOME}/Library/Application Support/Google/Chrome/NativeMessagingHosts/*.json",
          "linux": "${HOME}/.config/google-chrome/NativeMessagingHosts/*.json"
        },
        "extractors": [
          {
            "type": "native-messaging-host"
          }
        ]
      },
      {
        "id": "google-chrome-native-messaging-hosts-system",
        "description": "Native-messaging host manifests (system-wide)",
        "scope": "global",
        "format": "json",
        "pathGlob": {
          "darwin": "/Library/Google/Chrome/NativeMessagingHosts/*.json",
          "linux": "/etc/opt/chrome/native-messaging-hosts/*.json"
        },
        "extractors": [
          {
            "type": "native-messaging-host"
          }
        ]
      }
    ],
    "updatedAt": "2026-09-02T18:21:41.256Z",
    "risk": {
      "score": 10,
      "band": "low",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}