{
  "name": "PingForge",
  "short_name": "PingForge",
  "description": "Real-time network monitoring & on-call management",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0b0f14",
  "background_color": "#0b0f14",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View monitoring dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/favicon.png", "sizes": "any" }]
    },
    {
      "name": "Incidents",
      "short_name": "Incidents",
      "description": "View open incidents",
      "url": "/incidents",
      "icons": [{ "src": "/favicon.png", "sizes": "any" }]
    },
    {
      "name": "On-Call",
      "short_name": "On-Call",
      "description": "On-call schedule and alerts",
      "url": "/on-call",
      "icons": [{ "src": "/favicon.png", "sizes": "any" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
