{
  "name": "Packt Zero",
  "short_name": "PktZero",
  "description": "IT Support, Networks & Security — South Florida",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#0d7377",
  "orientation": "portrait-primary",
  "categories": ["business", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Admin Panel",
      "short_name": "Admin",
      "description": "Manage tickets, bookings, and invoices",
      "url": "/manage"
    },
    {
      "name": "My Tickets",
      "short_name": "Tickets",
      "description": "View and reply to support tickets",
      "url": "/portal/tickets"
    },
    {
      "name": "Book Service",
      "short_name": "Book",
      "description": "Book a new service appointment",
      "url": "/contact"
    },
    {
      "name": "Client Portal",
      "short_name": "Portal",
      "description": "Log in to your client portal",
      "url": "/portal/login"
    }
  ]
}
