{
  "name": "finances2you — Free Financial Calculators",
  "short_name": "finances2you",
  "description": "Free professional financial calculators — mortgage, auto, investment, budget, debt, insurance. Available in 7 languages.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "background_color": "#0A0E1A",
  "theme_color": "#22D3A7",
  "orientation": "any",
  "scope": "/",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon"
    }
  ],
  "categories": [
    "finance",
    "utilities",
    "productivity"
  ],
  "screenshots": [
    {
      "src": "/og-calculator.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "finances2you — Free Financial Calculators"
    }
  ],
  "shortcuts": [
    {
      "name": "Mortgage Calculator",
      "short_name": "Mortgage",
      "description": "Simulate your mortgage with extra payments and scenarios",
      "url": "/en/mortgage",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Investment Calculator",
      "short_name": "Invest",
      "description": "Model compound growth and FIRE number",
      "url": "/en/invest",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Budget Planner",
      "short_name": "Budget",
      "description": "Track income, expenses and net worth",
      "url": "/en/budget",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Debt Calculator",
      "short_name": "Debt",
      "description": "Avalanche vs snowball payoff strategies",
      "url": "/en/debt",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 480
  }
}