{
  "name": "RAG Live — see how retrieval-augmented generation actually works",
  "short_name": "RAG Live",
  "description": "A real, runnable RAG pipeline you can watch step by step: chunking, embeddings, vector search, and how it compares to plain keyword search.",
  "start_url": "/RAG/",
  "display": "standalone",
  "background_color": "#0f1117",
  "theme_color": "#0f1117",
  "icons": [
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ]
}
