{
  "short_name": "XOLT",
  "name": "Created by Zenith Team",
  "description": "Fun and challenging multiplayer quiz game. Test your knowledge and compete with friends!",
  "icons": [
    {
      "src": "/logo_main.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo_main.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#4338CA",
  "background_color": "#312E81",
  "categories": [
    "games",
    "education",
    "entertainment"
  ],
  "lang": "en",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Quick Play",
      "short_name": "Play",
      "description": "Start a quick quiz",
      "url": "/",
      "icons": [
        {
          "src": "/logo_main.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Multiplayer",
      "short_name": "Online",
      "description": "Play with friends",
      "url": "/tictactoe",
      "icons": [
        {
          "src": "/logo_main.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Leaderboard",
      "short_name": "Ranks",
      "description": "View top players",
      "url": "/leaderboard",
      "icons": [
        {
          "src": "/logo_main.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}