{
  "id": "com.shubhiXarpit.tictactoe",
  "name": "Tic Tac Toe",
  "short_name": "Tic Tac Toe",
  "description": "Play the ultimate multiplayer Tic Tac Toe with friends. Features 44+ VFX, live weather, voice chat, and Blitz mode!",
  "start_url": "./index.html",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone"],
  "background_color": "#0a0a20",
  "theme_color": "#00ffff",
  "orientation": "portrait",
  "categories": ["games", "entertainment", "multiplayer"],
  "icons": [
    {
      "src": "icon-512.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Play AI (Level Up)",
      "short_name": "AI Mode",
      "description": "Start Level Up Mode directly",
      "url": "./index.html?mode=levelup",
      "icons": [
        {
          "src": "./aimode.png",
          "sizes": "512x512",
          "type": "image/png",
          "purpose": "any maskable"
        }
      ]
    },
    {
      "name": "Global Leaderboard",
      "short_name": "Leaderboard",
      "description": "Check your global rank",
      "url": "./index.html?mode=leaderboard",
      "icons": [
        {
          "src": "./leaderboard.png",
          "sizes": "512x512",
          "type": "image/png",
          "purpose": "any maskable"
        }
      ]
    }
  ]
}
