{
  "name": "Web Forx Time Tracker",
  "short_name": "WFX Time",
  "description": "Track work hours, submit timesheets, and manage project delivery with role-based access.",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#4F46E5",
  "scope": "/",
  "lang": "en",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/webforx-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/webforx-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1280x800",
      "type": "image/png",
      "label": "Dashboard overview"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Timer",
      "url": "/timer",
      "description": "Jump directly to the time tracker"
    },
    {
      "name": "My Timesheet",
      "url": "/timesheet",
      "description": "View and submit your timesheet"
    },
    {
      "name": "Leave & PTO",
      "url": "/leave",
      "description": "Request and track leave"
    }
  ]
}
