{
  "name": "CapyTime",
  "short_name": "CapyTime",
  "description": "Chilling with your IT rotations and leave requests.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View your current status and rotations"
    },
    {
      "name": "New Request",
      "url": "/requests/new",
      "description": "Create a new leave or remote work request"
    }
  ]
}
