{
  "name": "Payroll Tracker - Australian Payroll Management",
  "short_name": "Payroll",
  "description": "Comprehensive Australian payroll management system with tax calculations, superannuation, leave management, and compliance reporting",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "finance", "productivity"],
  "shortcuts": [
    {
      "name": "Process Payroll",
      "short_name": "Payroll",
      "description": "Process employee payroll",
      "url": "/?tab=payroll",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Manage Employees",
      "short_name": "Employees",
      "description": "Manage employee records",
      "url": "/?tab=employees",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
