{
  "id": "/?source=pwa",
  "name": "VarunFS — Varun Financial Services",
  "short_name": "VarunFS",
  "description": "See your mutual fund investments, returns and redemptions in one place.",
  "lang": "en-IN",
  "dir": "ltr",
  "start_url": "/customer?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#f6f7f9",
  "theme_color": "#5572d8",
  "categories": ["finance", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "My investments",
      "short_name": "Investments",
      "url": "/customer/my-investments?source=pwa",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My redemptions",
      "short_name": "Redemptions",
      "url": "/customer/my-redemptions?source=pwa",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
