{
  "id": "/",
  "name": "FIVEGRID — Gomoku · 오목 · 五子棋",
  "short_name": "FIVEGRID",
  "description": "Play Gomoku against three AI levels and learn rules and strategy in Korean, English, or Simplified Chinese.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f6efe4",
  "theme_color": "#181a27",
  "categories": [
    "games",
    "education"
  ],
  "icons": [
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "오목 · 한국어",
      "short_name": "오목",
      "url": "/ko/play/",
      "icons": [
        {
          "src": "/assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Gomoku · English",
      "short_name": "Gomoku",
      "url": "/en/play/",
      "icons": [
        {
          "src": "/assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "五子棋 · 简体中文",
      "short_name": "五子棋",
      "url": "/zh/play/",
      "icons": [
        {
          "src": "/assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}