{
  "name": "BrainTileGame – Free 2048 Puzzle Game",
  "short_name": "BrainTileGame",
  "description": "Play the free 2048 number puzzle game online. Merge tiles, reach 2048, beat your score. No download needed.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#faf9f6",
  "theme_color": "#e86a2e",
  "lang": "en",
  "categories": ["games", "entertainment", "education"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "BrainTileGame on mobile"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "BrainTileGame on desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Now",
      "short_name": "Play",
      "description": "Start a new 2048 puzzle game",
      "url": "/#game",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "How to Play",
      "short_name": "Guide",
      "description": "Learn 2048 strategy and tips",
      "url": "/#how-to-play",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
