{
  "name": "MoneyMath — Free Financial Calculators",
  "short_name": "MoneyMath",
  "description": "Free financial calculators in 6 languages. FIRE, compound interest, savings goals, loans, debt payoff, net worth, investments and live currency rates.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f1923",
  "theme_color": "#0f1923",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": [
    "finance",
    "utilities"
  ],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "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": "Compound Interest",
      "url": "/compound-interest-calculator.html",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Savings Goal",
      "url": "/savings-goal-calculator.html",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Loan Calculator",
      "url": "/loan-calculator.html",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Investment Return",
      "url": "/investment-calculator.html",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "FIRE Calculator",
      "short_name": "FIRE",
      "description": "Find your Financial Independence number and early retirement date.",
      "url": "/fire-calculator.html",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Currency Converter",
      "url": "/currency-converter.html",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "VAT Calculator",
      "url": "/vat-calculator.html",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Net Worth Calculator",
      "url": "/net-worth-calculator.html",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Debt Payoff Calculator",
      "short_name": "Debt Payoff",
      "description": "Compare snowball and avalanche payoff strategies.",
      "url": "/debt-payoff-calculator.html",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}