{
  "name": "Экстракт Знаний",
  "short_name": "ЭЗ",
  "description": "База знаний из транскрипций топ YouTube-каналов. Поиск по 73К сегментам.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#111827",
  "theme_color": "#22c55e",
  "lang": "ru",
  "orientation": "any",
  "categories": ["education", "books"],
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/og-default.svg",
      "sizes": "1200x630",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Экстракт Знаний — главная страница"
    }
  ],
  "shortcuts": [
    {
      "name": "Поиск",
      "short_name": "Поиск",
      "description": "Поиск по транскрипциям",
      "url": "/search",
      "icons": [{"src": "/static/icons/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Экстракты",
      "short_name": "Экстракты",
      "description": "Методички из видео",
      "url": "/workbooks",
      "icons": [{"src": "/static/icons/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "AI Чат",
      "short_name": "Чат",
      "description": "RAG-чат по базе знаний",
      "url": "/chat",
      "icons": [{"src": "/static/icons/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
