{
  "name": "SOHAM - Intelligent Assistant",
  "short_name": "SOHAM",
  "description": "Free AI assistant. Chat with Groq, Gemini, Cerebras, solve math from images, and analyze PDFs.",
  "icons": [
    {
      "src": "/FINALSOHAM.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/FINALSOHAM.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "theme_color": "#020817",
  "background_color": "#020817",
  "start_url": "/chat",
  "scope": "/",
  "id": "soham",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "categories": ["productivity", "utilities", "education", "developer tools"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "/screenshots/chat-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile AI chat interface with 35+ models"
    },
    {
      "src": "/screenshots/chat-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop AI chat workspace with smart search and tools"
    }
  ],
  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "Chat",
      "description": "Start a free AI chat conversation with 35+ models",
      "url": "/chat",
      "icons": [
        {
          "src": "/FINALSOHAM.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Visual Math Solver",
      "short_name": "Math",
      "description": "Solve equations from images with the AI math solver",
      "url": "/visual-math",
      "icons": [
        {
          "src": "/FINALSOHAM.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "PDF Analyzer",
      "short_name": "PDF",
      "description": "Analyze PDFs and ask document questions with AI",
      "url": "/pdf-analyzer",
      "icons": [
        {
          "src": "/FINALSOHAM.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
