{
  "name": "Invest Calculator",
  "short_name": "InvestCalc",
  "description": "Roth IRA, compound interest, 401k, FIRE, savings, credit card calculators",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1e1e1e",
  "theme_color": "#059669",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}