{
  "name": "MortgageCalcMaster - Free Mortgage Calculator",
  "short_name": "MortgageCalc",
  "description": "Free mortgage calculator with amortization schedule, extra payments, taxes, and insurance. Calculate your monthly payment and save on interest.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "categories": ["finance", "utilities", "productivity"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mortgage Calculator",
      "short_name": "Calculator",
      "description": "Calculate your monthly mortgage payment",
      "url": "/",
      "icons": [{ "src": "/favicon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Affordability Calculator",
      "short_name": "Affordability",
      "description": "Find out how much house you can afford",
      "url": "/tools/affordability",
      "icons": [{ "src": "/favicon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Refinance Calculator",
      "short_name": "Refinance",
      "description": "See if refinancing makes sense for you",
      "url": "/tools/refinance",
      "icons": [{ "src": "/favicon.svg", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
