{
  "short_name": "Aromaneel",
  "name": "Aromaneel India - Smart Financial Solutions",
  "description": "Professional investment advisory platform with AI-powered insights for smart financial decisions",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "favicon-16x16.png",
      "type": "image/png",
      "sizes": "16x16",
      "purpose": "any"
    },
    {
      "src": "favicon-32x32.png",
      "type": "image/png",
      "sizes": "32x32",
      "purpose": "any"
    },
    {
      "src": "android-chrome-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "android-chrome-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    },
    {
      "src": "apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180",
      "purpose": "any"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "theme_color": "#2563eb",
  "background_color": "#ffffff",
  "categories": ["finance", "business", "productivity", "investment"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Access your investment dashboard",
      "url": "/user-dashboard",
      "icons": [{ 
        "src": "/android-chrome-192x192.png", 
        "sizes": "192x192",
        "type": "image/png"
      }]
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "description": "Manage your profile information",
      "url": "/user-dashboard/profile",
      "icons": [{ 
        "src": "/android-chrome-192x192.png", 
        "sizes": "192x192",
        "type": "image/png"
      }]
    },
    {
      "name": "Support",
      "short_name": "Support",
      "description": "Contact support team",
      "url": "/user-dashboard/support",
      "icons": [{ 
        "src": "/android-chrome-192x192.png", 
        "sizes": "192x192",
        "type": "image/png"
      }]
    },
    {
      "name": "Investment",
      "short_name": "Investment",
      "description": "Manage your investments",
      "url": "/user-dashboard/investments",
      "icons": [{ 
        "src": "/android-chrome-192x192.png", 
        "sizes": "192x192",
        "type": "image/png"
      }]
    }
  ],
  "screenshots": [
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Aromaneel Dashboard"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+aromaneel",
      "url": "/?handler=%s"
    }
  ]
}
