{
  "name": "Advanced Tic Tac Toe",
  "short_name": "Tic Tac Toe",
  "id": "/tic-tac-toe",
  "description": "A fun and strategic Tic Tac Toe game with board sizes up to 5x5 and exciting power-ups like Freeze, Bomb, and Swap. Learn how to play, challenge a friend, and enjoy a new level of competition!",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#2d2f3a",
  "theme_color": "#2d2f3a",
  "start_url": "/",
  "dir": "rtl",
  "lang": "en",
  "scope": "/",
  "categories": [
    "games",
    "board",
    "strategy"
  ],
  "icons": [
    {
      "src": "/PWA/icons/maskable-icon.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "maskable"
    },
    {
      "src": "/PWA/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/PWA/icons/android-chrome-512x512.webp",
      "sizes": "512x512",
      "type": "image/webp"
    },
    {
      "src": "/PWA/icons/android-chrome-192x192.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "/PWA/icons/apple-touch-icon.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/PWA/install-app-image.webp",
      "sizes": "1345x872",
      "type": "image/webp",
      "form_factor": "wide"
    },
    {
      "src": "/PWA/install-app-image-mobile.webp",
      "sizes": "597x991",
      "type": "image/webp",
      "form_factor": "narrow"
    }
  ]
}