{
  "name": "Unimark seller",
  "short_name": "Unimark seller",
  "description": "Система продавцов интернет-магазина Unimark Seller",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ru",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/unimark-logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/unimark-logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-screenshot.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/mobile-screenshot.png",
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Панель управления",
      "short_name": "Dashboard",
      "description": "Открыть панель управления",
      "url": "/seller/dashboard",
      "icons": [
        {
          "src": "/unimark-logo.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Товары",
      "short_name": "Products",
      "description": "Управление товарами",
      "url": "/seller/products",
      "icons": [
        {
          "src": "/unimark-logo.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Заказы",
      "short_name": "Orders",
      "description": "Просмотр заказов",
      "url": "/seller/orders",
      "icons": [
        {
          "src": "/unimark-logo.svg",
          "sizes": "any"
        }
      ]
    }
  ]
}
