{
  "name": "Poker",
  "short_name": "Poker",
  "description": "Poker web client — Texas Hold'em poker",
  "start_url": "/login",
  "id": "/login",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "fullscreen",
    "standalone"
  ],
  "background_color": "#161b23",
  "theme_color": "#1d222b",
  "orientation": "any",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "handle_links": "preferred",
  "protocol_handlers": [
    {
      "protocol": "web+pokerth",
      "url": "/?proto=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/?open=file",
      "name": "Poker style pack, backup or config.xml",
      "accept": {
        "application/zip": [
          ".zip"
        ],
        "application/json": [
          ".json"
        ],
        "application/xml": [
          ".xml"
        ],
        "text/xml": [
          ".xml"
        ]
      },
      "icons": [
        {
          "src": "/brand/poker-192.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            ".zip",
            ".json",
            ".xml",
            "application/zip",
            "application/json",
            "application/xml",
            "text/xml"
          ]
        }
      ]
    }
  },
  "icons": [
    {
      "src": "/brand/poker-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/poker-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/poker-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/brand/poker-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "games",
    "entertainment"
  ],
  "shortcuts": [
    {
      "name": "进入游戏大厅",
      "short_name": "大厅",
      "description": "登录后进入 Poker 大厅和真人积分桌",
      "icons": [
        {
          "src": "/brand/poker-192.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        },
        {
          "src": "/brand/poker-192.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "maskable"
        }
      ],
      "url": "/lobby?platform=1"
    }
  ],
  "screenshots": [],
  "lang": "en"
}
