{
  "name": "2048 Game",
  "short_name": "2048",
  "description": "Play the classic 2048 tile‑merging puzzle game online — join the numbers and reach the 2048 tile!",
  "start_url": "/?utm_source=homescreen",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#faf8ef",
  "theme_color": "#786c5f",
  "icons": [
    {
      "src": "/meta/2048-game-logo-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/meta/2048-game-logo-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "lang": "en-US"
}