{
  "name": "REFC Community",
  "short_name": "REFC",
  "description": "Experience the ultimate e-football tournament platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#0a1833",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["sports", "games", "entertainment"],
  "icons": [
    {
      "src": "/refc_round_logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/refc_round_logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "View Matches",
      "short_name": "Matches",
      "description": "View upcoming and completed matches",
      "url": "/matches",
      "icons": [
        {
          "src": "/badges/1st.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Player Stats",
      "short_name": "Stats",
      "description": "View player statistics and rankings",
      "url": "/stats",
      "icons": [
        {
          "src": "/badges/2nd.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Rankings",
      "short_name": "Rankings",
      "description": "View tournament rankings",
      "url": "/rankings",
      "icons": [
        {
          "src": "/badges/3rd.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/Banners/download.jpeg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "E-Football Tournament Homepage"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
