{
  "name": "PyPline - Kubernetes DevOps Platform",
  "short_name": "PyPline",
  "description": "Enterprise-grade Kubernetes DevOps platform with GitOps, CI/CD, and real-time monitoring",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View system dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/dashboard-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Clusters",
      "short_name": "Clusters",
      "description": "Manage clusters",
      "url": "/clusters",
      "icons": [{ "src": "/icons/cluster-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Monitoring",
      "short_name": "Monitoring",
      "description": "View monitoring",
      "url": "/observability",
      "icons": [{ "src": "/icons/monitoring-96x96.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
