{
  "name": "DocChat — Microchip FPGA Knowledge Assistant",
  "short_name": "DocChat",
  "description": "AI-powered RAG knowledge assistant for the Microchip FPGA Business Unit. Conceptualized and developed by Vivekanand Raula.",
  "id": "/",
  "scope": "/",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#FFFFFF",
  "theme_color": "#E1252C",
  "categories": ["productivity", "education", "developer"],
  "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-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New chat",
      "url": "/",
      "description": "Start a new DocChat conversation"
    },
    {
      "name": "Pinned answers",
      "url": "/pinned",
      "description": "Open saved answers"
    },
    {
      "name": "Knowledge Base",
      "url": "/library",
      "description": "Browse the document library"
    }
  ]
}
