{
  "name": "Pocket Shuffle Chess",
  "short_name": "Pocket Chess",
  "description": "Fast chess without memorized openings: a free 5x6 shuffle chess variant with daily tactical seeds, AI battles, seed leaderboards, and friend challenges.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "browser"
  ],
  "orientation": "portrait-primary",
  "background_color": "#fff8e9",
  "theme_color": "#8dbfaf",
  "categories": [
    "games",
    "strategy",
    "entertainment"
  ],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/favicon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "1254x1254",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Shuffle Chess",
      "short_name": "Daily",
      "description": "Play today’s tactical seed.",
      "url": "/daily",
      "icons": [
        {
          "src": "/favicon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Play AI",
      "short_name": "AI",
      "description": "Start a fast AI match.",
      "url": "/bot",
      "icons": [
        {
          "src": "/favicon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Popular Seeds",
      "short_name": "Seeds",
      "description": "Browse curated 5x6 shuffle chess challenges.",
      "url": "/seeds",
      "icons": [
        {
          "src": "/favicon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "keywords": [
    "Pocket Shuffle Chess",
    "mini chess",
    "shuffle chess",
    "daily chess",
    "5x6 chess",
    "AI chess",
    "mobile chess game",
    "chess variant",
    "tactical chess"
  ],
  "screenshots": [
    {
      "src": "/og/home.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Pocket Shuffle Chess home screen"
    },
    {
      "src": "/og/daily.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Daily shuffle chess challenge"
    },
    {
      "src": "/og/result.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Pocket Shuffle Chess result sharing"
    }
  ]
}
