{
  "name": "SellerIQ",
  "short_name": "SellerIQ",
  "description": "Умная аналитика и управление продажами на маркетплейсах",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "categories": ["business", "finance"],
  "icons": [
    {
      "src": "/static/images/logo_app.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/images/pwa_icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/pwa_icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Ниши",
      "short_name": "Ниши",
      "description": "Поиск и анализ ниш",
      "url": "/niches?source=pwa_shortcut",
      "icons": [{ "src": "/static/images/niches_nav.svg", "sizes": "any" }]
    },
    {
      "name": "Мои товары",
      "short_name": "Товары",
      "description": "Управление вашими товарами",
      "url": "/my-products?source=pwa_shortcut",
      "icons": [{ "src": "/static/images/wallet_nav.svg", "sizes": "any" }]
    }
  ]
}
