{
  "id": "/?utm_source=pwa",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "name": "Wotpack.ru",
  "short_name": "Wotpack",
  "description": "Гайды, билды и новости по Genshin Impact, Honkai: Star Rail, ZZZ и другим играм.",
  "lang": "ru",
  "dir": "ltr",
  "display": "standalone",
  "background_color": "#0b0f14",
  "theme_color": "#0b0f14",
  "capture_links": "existing-client-navigate",
  "icons": [
    {
      "src": "/pwa/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/pwa/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/pwa/icons/maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pwa/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/pwa/screenshots/desktop-1280x720.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/pwa/screenshots/mobile-1080x1920.png",
      "sizes": "1080x1920",
      "type": "image/png"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+wotpack",
      "url": "/pwa/route?u=%s"
    }
  ]
}