{
  "name": "TimeTrack",
  "short_name": "TimeTrack",
  "description": "Track work hours, manage timesheets, and get approvals.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F5F6FA",
  "theme_color": "#4F46E5",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Timesheets",
      "url": "/timesheets",
      "description": "View and manage your timesheets"
    }
  ],
  "categories": ["productivity", "business"]
}
