{
  "name": "Personal CFO",
  "short_name": "PersonalCFO",
  "description": "Lifecycle financial survivability planner",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0908",
  "theme_color": "#a94d2f",
  "lang": "en-IN",
  "shortcuts": [
    {
      "name": "Quick Log Expense",
      "short_name": "Quick Log",
      "url": "/spending?quickLog=1",
      "description": "Log a spend quickly",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["finance", "productivity"]
}
