{
  "name": "Database Execution Plan Analysis & Query Tuning",
  "short_name": "DB Exec Plans",
  "description": "PostgreSQL execution plan analysis and query tuning resource for backend developers, DBAs, and platform engineers.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f0f9ff",
  "theme_color": "#0ea5e9",
  "orientation": "any",
  "categories": ["education", "developer tools"],
  "lang": "en",
  "icons": [
    {
      "src": "/assets/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Execution Plan Fundamentals",
      "url": "/execution-plan-fundamentals/",
      "description": "Core concepts for reading execution plans"
    },
    {
      "name": "Index Tuning & Strategy",
      "url": "/index-tuning-strategy/",
      "description": "Index design and optimization workflows"
    }
  ]
}

