{
  "name": "KitsuneChess 対局モード",
  "short_name": "KitsuneChess対局",
  "description": "友達とリアルタイムでオンライン対局ができる、KitsuneChessの対局モードです。",
  "start_url": "/match.html",
  "scope": "/match.html",
  "display": "standalone",
  "background_color": "#f5e9d0",
  "theme_color": "#7c4a1e",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/match_icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/match_icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/match_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/match_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
