{
  "name": "中国象棋 - 联网对战",
  "short_name": "中国象棋",
  "description": "可以和朋友联网对战的中国象棋，创建房间即可开始对局",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1a1a2e",
  "theme_color": "#0f3460",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "创建房间",
      "short_name": "创建",
      "description": "快速创建对战房间",
      "url": "./index.html?action=create",
      "icons": [{ "src": "icon-512.png", "sizes": "512x512" }]
    },
    {
      "name": "加入房间",
      "short_name": "加入",
      "description": "加入朋友的对战房间",
      "url": "./index.html?action=join",
      "icons": [{ "src": "icon-512.png", "sizes": "512x512" }]
    }
  ]
}
