{
  "name": "ActionRead / Билингвальная читалка",
  "short_name": "ActionRead",
  "description": "Умная читалка с интегрированным ИИ. Читайте книги с параллельным переводом и слушайте сгенерированное аудио.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#2563eb",
  "background_color": "#0f172a",
  "lang": "ru",
  "categories": ["education", "books", "reading", "productivity"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Читать",
      "short_name": "Читать",
      "description": "Продолжить чтение",
      "url": "/reader",
      "icons": [
        {
          "src": "/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Мои заметки",
      "short_name": "Заметки", 
      "description": "Просмотр заметок",
      "url": "/my-notes",
      "icons": [
        {
          "src": "/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/icon.svg",
      "sizes": "800x800",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "ActionRead WebApp"
    },
    {
      "src": "/icon.svg",
      "sizes": "800x800",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "ActionRead iOS/Android App"
    }
  ]
}
