{
  "name": "Wolverine Universal Security",
  "short_name": "WU Security",
  "description": "Incident reporting and security management portal.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#7B1FA2",
  "icons": [
    {
      "src": "/wu-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/wu-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "File Incident Report",
      "short_name": "Report",
      "description": "Quickly file a new incident report",
      "url": "/guard/report",
      "icons": [{ "src": "/wu-logo.png", "sizes": "96x96" }]
    },
    {
      "name": "My Tickets",
      "short_name": "Tickets",
      "description": "View your assigned tickets",
      "url": "/guard/tickets",
      "icons": [{ "src": "/wu-logo.png", "sizes": "96x96" }]
    },
    {
      "name": "Start Patrol",
      "short_name": "Patrol",
      "description": "Begin your patrol shift",
      "url": "/guard/patrol",
      "icons": [{ "src": "/wu-logo.png", "sizes": "96x96" }]
    }
  ],
  "categories": ["productivity", "utilities"]
}
