{
  "name": "ポーカー トゥワイス勝率",
  "short_name": "トゥワイス勝率",
  "description": "ライブのトゥワイス（ラン・イット・トゥワイス）専用の勝率計算機。1本目に出た札を2本目のデッキから除いて、両取り・1本ずつ・両落としの確率と、ブレがどれだけ減るかを出します。",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A0E0D",
  "theme_color": "#0A0E0D",
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}