{
  "name": "RAG Platform - AI Assistant",
  "short_name": "RAG Platform",
  "description": "Интеллектуальный AI ассистент для работы с документами и данными. Загружайте файлы и получайте мгновенные ответы.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png", 
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "lang": "ru",
  "dir": "ltr",
  "categories": ["business", "productivity", "education"],
  "shortcuts": [
    {
      "name": "Новый чат",
      "short_name": "Чат", 
      "description": "Создать новый чат",
      "url": "/chat",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
} 