{
  "name": "MATCHWIT - Competitive Learning Arena",
  "short_name": "MATCHWIT",
  "description": "Duel your way to the top. Learn finance, aptitude, programming and more through skill-based PvP duels, quests, and guilds.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#00E5A0",
  "orientation": "portrait-primary",
  "categories": ["education", "games", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/website_favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/website_favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/Matchwit logo.png",
      "sizes": "500x500",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Duel",
      "short_name": "Duel",
      "description": "Start a competitive duel",
      "url": "/app/matchmaking",
      "icons": [
        {
          "src": "/website_favicon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Rankings",
      "short_name": "Rankings",
      "description": "View leaderboards",
      "url": "/app/rankings",
      "icons": [
        {
          "src": "/website_favicon.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}