{
  "name": "Personal Finance Tracker",
  "short_name": "Funds",
  "description": "Manage your funds, track transactions, and keep your balances in sync.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#F4F7F6",
  "theme_color": "#0A192F",
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    }
  ]
}
