{
  "name": "Payroll Aggregator",
  "short_name": "PayrollAgg",
  "description": "Centralised Payroll Deduction Management Platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop view of Payroll Aggregator dashboard"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile view of Payroll Aggregator"
    }
  ],
  "shortcuts": [
    {
      "name": "View Employees",
      "short_name": "Employees",
      "description": "View and manage employees",
      "url": "/employees",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "16x16"
        }
      ]
    },
    {
      "name": "View Deductions",
      "short_name": "Deductions",
      "description": "View and manage deductions",
      "url": "/deductions",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "16x16"
        }
      ]
    },
    {
      "name": "Reports & Analytics",
      "short_name": "Reports",
      "description": "View reports and analytics",
      "url": "/reports",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "16x16"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}
