{
  "name": "TicTacDots - Grid Strategy Games",
  "short_name": "TicTacDots",
  "description": "Play Dot Clash and other grid strategy games. Challenge AI bots offline or friends online.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f1a",
  "theme_color": "#3b82f6",
  "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": [
    {
      "src": "/screenshots/game-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Game Selection Screen"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Dot Clash",
      "short_name": "Dot Clash",
      "description": "Play Dot Clash vs AI bots",
      "url": "/games/dot-clash",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
