{
  "id": "/?source=pwa",
  "name": "1AGI Esports",
  "short_name": "1AGI",
  "description": "A mobile-first esports tournament platform for 1AGI. Join elite esports tournaments and shop for premium digital assets.",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#091526",
  "theme_color": "#091526",
  "categories": ["games", "sports", "entertainment"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Matches",
      "short_name": "Matches",
      "url": "/matches",
      "icons": [{ "src": "/favicon.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "Digital Store",
      "short_name": "Store",
      "url": "/store/subscriptions",
      "icons": [{ "src": "/favicon.png", "sizes": "512x512", "type": "image/png" }]
    }
  ],
  "screenshots": [
    {
      "src": "/favicon.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Homescreen"
    },
    {
      "src": "/favicon.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Store View"
    }
  ]
}