{
  "name": "Team Challenge - Badminton League",
  "short_name": "TC Badminton",
  "description": "The most strategic badminton league app for players and captains",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#2563eb",
  "theme_color": "#8b5cf6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["sports", "games"],
  "version": "2.2.0",
  "screenshots": [
    {
      "src": "/screenshots/desktop-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Login page view on desktop"
    },
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile match interface"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-72x72.png?v=3",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-96x96.png?v=2",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-128x128.png?v=2",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-144x144.png?v=2",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-152x152.png?v=2",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192x192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384x384.png?v=2",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your dashboard",
      "url": "/pwa/dashboard",
      "icons": [
        {
          "src": "/icons/shortcut-dashboard.png?v=3",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My Team",
      "short_name": "My Team",
      "description": "Manage your team",
      "url": "/pwa/team",
      "icons": [
        {
          "src": "/icons/shortcut-team.png?v=2",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Find Teams",
      "short_name": "Find Teams",
      "description": "Browse available teams",
      "url": "/pwa/chat",
      "icons": [
        {
          "src": "/icons/shortcut-teams.png?v=2",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Matches",
      "short_name": "Matches",
      "description": "View your matches",
      "url": "/pwa/matches",
      "icons": [
        {
          "src": "/icons/shortcut-matches.png?v=2",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "features": [
    "Cross Platform",
    "fast",
    "simple",
    "offline",
    "push-notifications",
    "camera-access"
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}

