{
  "name": "ShellGames.ai — Board Games Platform",
  "short_name": "ShellGames",
  "description": "Play Chess, Poker, Ludo, Monopoly & Codenames online. Challenge humans and AIs!",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#6c5ce7",
  "orientation": "any",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Chess Game",
      "short_name": "Chess",
      "url": "/?new=chess",
      "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "New Poker Game",
      "short_name": "Poker",
      "url": "/?new=poker",
      "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Leaderboard",
      "short_name": "Rankings",
      "url": "/leaderboard.html",
      "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
