{
  "name": "SolitairiOnline - Free Card Games",
  "short_name": "SolitairiOnline",
  "description": "Play free online Solitaire, Spider, FreeCell, Minesweeper, and Sudoku. No downloads required.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-light-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "categories": ["games", "entertainment"],
  "shortcuts": [
    {
      "name": "Classic Solitaire",
      "short_name": "Solitaire",
      "description": "Play Classic Solitaire",
      "url": "/en/games/classic-solitaire",
      "icons": [{ "src": "/icon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Spider Solitaire",
      "short_name": "Spider",
      "description": "Play Spider Solitaire",
      "url": "/en/games/spider-solitaire",
      "icons": [{ "src": "/icon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Sudoku",
      "short_name": "Sudoku",
      "description": "Play Sudoku",
      "url": "/en/games/sudoku",
      "icons": [{ "src": "/icon.svg", "sizes": "96x96" }]
    }
  ]
}
