{
  "short_name": "RESHIP",
  "name": "RESHIP - Магазин игровой периферии",
  "description": "Интернет-магазин игровой периферии премиум-класса. Мыши, клавиатуры, наушники от ведущих брендов.",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "reship.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "reship.png", 
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#096DFF",
  "background_color": "#E3E7F0",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ru",
  "categories": ["shopping", "games"],
  "screenshots": [
    {
      "src": "/images/screenshot-desktop.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "platform": "wide"
    },
    {
      "src": "/images/screenshot-mobile.jpg", 
      "sizes": "375x812",
      "type": "image/jpeg"
    }
  ],
  "shortcuts": [
    {
      "name": "Каталог",
      "short_name": "Каталог",
      "description": "Просмотр всех товаров",
      "url": "/catalog",
      "icons": [
        {
          "src": "/icons/catalog.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Корзина",
      "short_name": "Корзина", 
      "description": "Моя корзина покупок",
      "url": "/cart",
      "icons": [
        {
          "src": "/icons/cart.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Поиск",
      "short_name": "Поиск",
      "description": "Поиск товаров",
      "url": "/search",
      "icons": [
        {
          "src": "/icons/search.png", 
          "sizes": "96x96"
        }
      ]
    }
  ]
}
