{
  "name": "BudgetFlow",
  "short_name": "BudgetFlow",
  "description": "Simple budgeting app to track spending, plan your money, pay off debt, and grow your wealth.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f5f3ef",
  "theme_color": "#3d9970",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
