{
  "name": "Fabadda - Free Online Games Collection",
  "short_name": "Fabadda",
  "description": "Play 26+ free online games including Snake, Tetris, 2048, Wordle, Sudoku, UNO, Chess and educational math games. No downloads required!",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1a2e",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["games", "entertainment", "education"],
  "screenshots": [
    {
      "src": "/images/2048-game.png",
      "sizes": "800x600",
      "type": "image/png",
      "label": "2048 Game Screenshot"
    },
    {
      "src": "/images/tetris-game.png",
      "sizes": "800x600",
      "type": "image/png",
      "label": "Tetris Game Screenshot"
    }
  ],
  "shortcuts": [
    {
      "name": "Play 2048",
      "short_name": "2048",
      "description": "Play the addictive 2048 puzzle game",
      "url": "/game/2048",
      "icons": [
        {
          "src": "/images/2048-game.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Play Tetris",
      "short_name": "Tetris",
      "description": "Play classic Tetris block puzzle",
      "url": "/game/tetris",
      "icons": [
        {
          "src": "/images/tetris-game.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Play Snake",
      "short_name": "Snake",
      "description": "Play the classic Snake arcade game",
      "url": "/game/snake",
      "icons": [
        {
          "src": "/images/snake-game.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}