{
  "name": "中国象棋",
  "short_name": "象棋",
  "description": "可在手机、平板上离线运行的中国象棋小游戏，支持双人对战与人机对战。",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f5f0e6",
  "theme_color": "#3e2723",
  "orientation": "portrait",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
