{
  "name": "Amortization Schedule",
  "short_name": "Amortization",
  "description": "Generate a complete month-by-month breakdown of loan payments with principal and interest.",
  "start_url": "/finance/amortization-schedule/",
  "scope": "/finance/amortization-schedule/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f9fafb",
  "theme_color": "#0284c7",
  "lang": "en",
  "categories": [
    "productivity",
    "utilities",
    "finance"
  ],
  "icons": [
    {
      "src": "/icons/amortization-schedule-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/amortization-schedule-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}