{
  "name": "Gomoku Prestige",
  "short_name": "Gomoku",
  "description": "Play Gomoku against advanced AI. Five-in-a-row strategy game with 3D board, leaderboard, and multiple difficulty levels.",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#070b14",
  "theme_color": "#6366f1",
  "categories": ["games", "entertainment"],
  "lang": "en",
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
