{
  "name": "Shinvest — Your money, your voice",
  "short_name": "Shinvest",
  "description": "A quiet space to see your money, shape it, and grow it — your way.",
  "id": "/shinvest/",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "theme_color": "#1B0E33",
  "background_color": "#1B0E33",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["finance", "lifestyle", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/Icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/Icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/Icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "My Wealth",
      "short_name": "Wealth",
      "description": "See where your money lives",
      "url": "./index.html?tab=invest"
    },
    {
      "name": "Kharcha Planner",
      "short_name": "Kharcha",
      "description": "Plan where your salary goes",
      "url": "./index.html?tab=budget"
    },
    {
      "name": "Goals",
      "short_name": "Goals",
      "description": "Your closest dream",
      "url": "./index.html?tab=goals"
    }
  ]
}
