{
  "name": "Apex Elite Esports - Free Fire Portal",
  "short_name": "Apex Elite",
  "description": "Premier Free Fire Esports Platform for Team Registration, Tournament Hosting, and Leaderboards",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#080808",
  "theme_color": "#e50914",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["esports", "gaming", "entertainment", "sports"],
  "shortcuts": [
    {
      "name": "Create Team",
      "short_name": "New Team",
      "description": "Register your Free Fire Squad or Duo team",
      "url": "/teams/create",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tournaments",
      "short_name": "Tourneys",
      "description": "Browse active Free Fire tournaments",
      "url": "/tournaments",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Ranks",
      "description": "View global squad standings and kill leaderboards",
      "url": "/leaderboard",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
