{
  "name": "ПроЛаб24 - Лабораторное оборудование",
  "short_name": "ПроЛаб24",
  "description": "B2B платформа для закупки лабораторного оборудования",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1976D2",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ru",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Закупки",
      "short_name": "Закупки",
      "description": "Просмотр активных закупок",
      "url": "/procurements",
      "icons": [
        {
          "src": "/icons/procurement.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Предложения",
      "short_name": "Предложения",
      "description": "Мои предложения",
      "url": "/offers",
      "icons": [
        {
          "src": "/icons/offer.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Заказы",
      "short_name": "Заказы",
      "description": "Мои заказы",
      "url": "/orders",
      "icons": [
        {
          "src": "/icons/order.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Главная страница ПроЛаб24"
    },
    {
      "src": "/screenshots/mobile-1.png",
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Мобильная версия ПроЛаб24"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "web+prolab",
      "url": "/handle?url=%s"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", ".pdf", ".doc", ".docx", ".xls", ".xlsx"]
        }
      ]
    }
  }
}