{
  "name": "NextGen Network Solutions",
  "short_name": "NextGen MSP",
  "description": "Elite managed IT services — client portal, ticketing, quotes, and admin tools.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "type": "image/svg+xml",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "type": "image/svg+xml",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "type": "image/svg+xml",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tickets",
      "short_name": "Tickets",
      "description": "Open the ticket list",
      "url": "/dashboard?tab=tickets"
    },
    {
      "name": "Book a Consultation",
      "short_name": "Book",
      "description": "Public booking page",
      "url": "/book"
    },
    {
      "name": "System Status",
      "short_name": "Status",
      "description": "Service health & incidents",
      "url": "/system-status"
    }
  ]
}
