{
  "id": "/",
  "name": "The Princess — Королевский Акинатор",
  "short_name": "Принцесса",
  "description": "Надменная принцесса читает мысли. Загадай персонажа — она угадает.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "lang": "ru",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "handle_links": "preferred",
  "orientation": "any",
  "background_color": "#2a0f3d",
  "theme_color": "#4a1d6a",
  "categories": [
    "entertainment",
    "games"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon-64.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "/icon-180.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Игра — Принцесса угадывает персонажа"
    },
    {
      "src": "/icons/screenshot-narrow.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Аудиенция у Принцессы"
    }
  ],
  "shortcuts": [
    {
      "name": "Играть",
      "short_name": "Играть",
      "description": "Начать новую аудиенцию у Принцессы",
      "url": "/?utm_source=pwa_shortcut",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    },
    "enctype": "application/x-www-form-urlencoded"
  },
  "protocol_handlers": [
    {
      "protocol": "web+princess",
      "url": "/?protocol=%s"
    }
  ]
}