{
  "name": "KSG ICT Platform",
  "short_name": "KSG ICT",
  "description": "Kenya School of Government ICT Asset & Service Desk Management",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#2c2407",
  "theme_color": "#7c6014",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Service Desk",
      "short_name": "Tickets",
      "url": "/service-desk",
      "description": "View all tickets"
    },
    {
      "name": "My Tickets",
      "short_name": "My Tickets",
      "url": "/my-tickets",
      "description": "View my assigned tickets"
    }
  ],
  "categories": ["productivity", "utilities"]
}