{
  "name": "Combat Hub",
  "short_name": "Combat Hub",
  "description": "MMA Pick'em League for Dubai Gyms — Predict. Compete. Win.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0D0D0D",
  "theme_color": "#0D0D0D",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "categories": ["sports", "social", "lifestyle"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Make Picks",
      "short_name": "Pick'em",
      "description": "Pick winners for the next event",
      "url": "/?screen=pickem",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Rankings",
      "description": "See gym rankings",
      "url": "/?screen=leaderboard",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
