{
  "name": "Bharat ₹ Manager",
  "short_name": "Bharat ₹ Manager",
  "description": "Track your ₹ with Bharat ₹ Manager",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#FF9933",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Log",
      "short_name": "Log",
      "description": "Log a new transaction instantly",
      "url": "/widget",
      "icons": [{ "src": "/icon.svg", "sizes": "192x192" }]
    },
    {
      "name": "View Spent",
      "short_name": "Spent",
      "description": "View today's spending overview",
      "url": "/widget",
      "icons": [{ "src": "/icon.svg", "sizes": "192x192" }]
    }
  ]
}
