{
  "name": "Attendance Tracker",
  "short_name": "Attendance",
  "description": "Track daily attendance, manage sick leave, and calculate salary deductions",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1a1a2e",
  "theme_color": "#26b89e",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Check In",
      "short_name": "Check In",
      "description": "Quick check-in to attendance",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icon-96.png",
          "sizes": "1024x1024"
        }
      ]
    },
    {
      "name": "View Calendar",
      "short_name": "Calendar",
      "description": "View attendance calendar",
      "url": "/calendar",
      "icons": [
        {
          "src": "/icon-96.png",
          "sizes": "1024x1024"
        }
      ]
    }
  ]
}
