{
  "name": "TiltFolio Portfolio Calculator",
  "short_name": "TiltFolio Calculator",
  "description": "Test different portfolio allocations, monthly contributions, and retirement withdrawal scenarios with historical data from 1992-2025.",
  "icons": [
    {
      "src": "/images/favicon/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/favicon/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "theme_color": "#303a4d",
  "background_color": "#ffffff",
  "display": "standalone",
  "start_url": "/calculator/",
  "scope": "/calculator/"
}