{
  "name": "FIGHTSKILL — Esports Tournament Platform",
  "short_name": "FIGHTSKILL",
  "description": "Join esports tournaments, build your team, climb the leaderboard and win prizes. CS2, Valorant, PUBG Mobile, eFootball and more.",
  "id": "/",
  "start_url": "/home?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#131019",
  "theme_color": "#131019",
  "lang": "en",
  "categories": ["games", "sports", "entertainment"],
  "icons": [
    { "src": "/static/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/static/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/static/icons/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/static/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Tournaments",
      "short_name": "Tournaments",
      "url": "/tournaments?source=pwa-shortcut",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Results",
      "short_name": "Results",
      "url": "/results?source=pwa-shortcut",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Leaderboard",
      "url": "/leaderboard?source=pwa-shortcut",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Wallet",
      "short_name": "Wallet",
      "url": "/wallet?source=pwa-shortcut",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
