{
  "name": "ProCalcTools — Free Online Calculators",
  "short_name": "ProCalcTools",
  "description": "Free mortgage, BMI, retirement, and utility calculators for Americans.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1557a0",
  "orientation": "any",
  "categories": ["finance", "health", "utilities"],
  "lang": "en-US",
  "icons": [
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mortgage Calculator",
      "short_name": "Mortgage",
      "url": "/tools/finance/mortgage-calculator",
      "icons": [{"src": "/img/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "BMI Calculator",
      "short_name": "BMI",
      "url": "/tools/health/bmi-calculator",
      "icons": [{"src": "/img/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Tip Calculator",
      "short_name": "Tip",
      "url": "/tools/utility/tip-calculator",
      "icons": [{"src": "/img/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
