{
  "name": "RUM & Core Web Vitals Engineering Guide",
  "short_name": "RUM·CWV",
  "description": "Production-focused resources for measuring, analyzing, and optimizing real-user web performance. Master Core Web Vitals, self-hosted RUM pipelines, custom metrics, and performance engineering.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#FFFFFF",
  "theme_color": "#2563EB",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["education", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Core Web Vitals",
      "short_name": "CWV",
      "description": "Core Web Vitals fundamentals and optimization",
      "url": "/core-web-vitals-performance-metrics-fundamentals/",
      "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "RUM Architecture",
      "short_name": "RUM",
      "description": "RUM architecture, tooling and self-hosting",
      "url": "/rum-architecture-tooling-self-hosting/",
      "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}

