{
  "name": "Salary Slip Generator - Professional Payroll Management",
  "short_name": "Salary Slip Generator",
  "description": "Professional salary slip generator with employee data management, customizable columns, and print-ready payroll slips. Perfect for HR departments and payroll management.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1f3a5b",
  "orientation": "portrait-primary",
  "scope": "./",
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect fill='%231f3a5b' width='192' height='192'/%3E%3Ctext x='50%25' y='50%25' dominant-baseline='middle' text-anchor='middle' font-size='80' font-weight='bold' fill='white' font-family='Arial'%3E₹%3C/text%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect fill='%231f3a5b' width='512' height='512'/%3E%3Ctext x='50%25' y='50%25' dominant-baseline='middle' text-anchor='middle' font-size='250' font-weight='bold' fill='white' font-family='Arial'%3E₹%3C/text%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "business"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'%3E%3Crect fill='%23f5f5f5' width='540' height='720'/%3E%3Crect fill='%231f3a5b' width='540' height='80'/%3E%3Ctext x='270' y='40' text-anchor='middle' dominant-baseline='middle' font-size='24' font-weight='bold' fill='white' font-family='Arial'%3ESalary Slip Generator%3C/text%3E%3C/svg%3E",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Generate Report",
      "short_name": "Generate",
      "description": "Generate salary slip reports",
      "url": "./index.html#generate",
      "icons": [
        {
          "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Crect fill='%231f3a5b' width='96' height='96'/%3E%3Ctext x='48' y='48' dominant-baseline='middle' text-anchor='middle' font-size='40' font-weight='bold' fill='white' font-family='Arial'%3E₹%3C/text%3E%3C/svg%3E",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
