{
  "updated": "2026-07-25",
  "count": 15,
  "capabilities": [
    {
      "key": "userAgent",
      "api": "navigator.userAgent",
      "consent": false,
      "category": "browser"
    },
    {
      "key": "userAgentData",
      "api": "navigator.userAgentData",
      "consent": false,
      "category": "browser"
    },
    {
      "key": "language",
      "api": "navigator.language / navigator.languages",
      "consent": false,
      "category": "browser"
    },
    {
      "key": "cookiesEnabled",
      "api": "navigator.cookieEnabled",
      "consent": false,
      "category": "browser"
    },
    {
      "key": "timezone",
      "api": "Intl.DateTimeFormat().resolvedOptions().timeZone",
      "consent": false,
      "category": "locale"
    },
    {
      "key": "screen",
      "api": "screen.width / screen.height / screen.colorDepth",
      "consent": false,
      "category": "display"
    },
    {
      "key": "viewport",
      "api": "window.innerWidth / window.innerHeight",
      "consent": false,
      "category": "display"
    },
    {
      "key": "devicePixelRatio",
      "api": "window.devicePixelRatio",
      "consent": false,
      "category": "display"
    },
    {
      "key": "webglRenderer",
      "api": "WEBGL_debug_renderer_info",
      "consent": false,
      "category": "display"
    },
    {
      "key": "deviceMemory",
      "api": "navigator.deviceMemory",
      "consent": false,
      "category": "device"
    },
    {
      "key": "hardwareConcurrency",
      "api": "navigator.hardwareConcurrency",
      "consent": false,
      "category": "device"
    },
    {
      "key": "maxTouchPoints",
      "api": "navigator.maxTouchPoints",
      "consent": false,
      "category": "device"
    },
    {
      "key": "connection",
      "api": "navigator.connection",
      "consent": false,
      "category": "network"
    },
    {
      "key": "doNotTrack",
      "api": "navigator.doNotTrack",
      "consent": false,
      "category": "privacy"
    },
    {
      "key": "geolocation",
      "api": "navigator.geolocation.getCurrentPosition",
      "consent": true,
      "category": "location"
    }
  ]
}