{
  "name": "2048 Hub - Free Online Puzzle Game",
  "short_name": "2048 Hub",
  "description": "Play the classic 2048 puzzle in your browser. Multiple variants, undo support, themes, and statistics. Free, no download, no signup.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#faf8ef",
  "theme_color": "#bbada0",
  "categories": ["games", "entertainment", "puzzle"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "lang": "en",
  "dir": "ltr"
}