{
  "name": "3D 立體中國象棋",
  "short_name": "3D象棋",
  "description": "跨平台的 3D 立體中國象棋遊戲，支援 PvP 與 PvAI。",
  "start_url": "./index.html",
  "display": "fullscreen",
  "background_color": "#222222",
  "theme_color": "#222222",
  "orientation": "landscape",
  "icons": [
    {
      "src": "img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}