{
  "name": "PinoyInfo — Free Philippine Salary Calculators",
  "short_name": "PinoyInfo",
  "description": "Free Filipino salary calculators: Net Pay, 13th Month Pay, Overtime, SSS, PhilHealth, Pag-IBIG. Updated for 2026.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F5F5F0",
  "theme_color": "#E8F04A",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": ["productivity", "finance"],
  "shortcuts": [
    {
      "name": "Net Pay Calculator",
      "short_name": "Net Pay",
      "description": "Calculate your exact take-home pay",
      "url": "/net-pay",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "13th Month Pay",
      "short_name": "13th Month",
      "description": "Compute your year-end bonus",
      "url": "/13th-month",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
