{
  "name": "Sports League Hub",
  "short_name": "LeagueHub",
  "description": "Create and manage sports leagues for football, darts, snooker, tennis and more.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "productivity"],
  "lang": "en-GB",
  "shortcuts": [
    {
      "name": "My Leagues",
      "url": "/dashboard",
      "description": "View and manage your leagues"
    },
    {
      "name": "New League",
      "url": "/dashboard",
      "description": "Create a new league"
    }
  ]
}
