{
  "name": "CheapInTheCity.com",
  "short_name": "CheapInTheCity",
  "description": "Free financial calculators for everyday decisions. Mortgage payoff, rent vs. buy, car payment, credit card payoff, student loan, retirement, budget, subscription drain, layoff survival, lifestyle creep, and more.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f7f9fc",
  "theme_color": "#1a2744",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": [
    "finance",
    "utilities"
  ],
  "icons": [
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Mortgage Payoff Calculator",
      "short_name": "Mortgage",
      "url": "/mortgage-payoff-calculator.html",
      "icons": [
        {
          "src": "favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Rent vs. Buy Calculator",
      "short_name": "Rent vs Buy",
      "url": "/rent-vs-buy-calculator.html",
      "icons": [
        {
          "src": "favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Credit Card Payoff Calculator",
      "short_name": "Credit Card",
      "url": "/credit-card-payoff-calculator.html",
      "icons": [
        {
          "src": "favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Budget & Savings Calculator",
      "short_name": "Budget",
      "url": "/budget-savings-calculator.html",
      "icons": [
        {
          "src": "favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    }
  ]
}