{
  "name": "Zamo Sport",
  "short_name": "Zamo Sport",
  "id": "/",
  "lang": "en",
  "description": "Manage teams, leagues, contributions, fixtures, and subscriptions in one place.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "background_color": "#f8faff",
  "theme_color": "#007add",
  "orientation": "portrait",
  "categories": ["sports", "productivity", "utilities"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/zamo-pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/zamo-pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/zamo-pwa-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icons/zamo-pwa-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Teams",
      "short_name": "Teams",
      "url": "/teams",
      "icons": [
        {
          "src": "/icons/zamo-pwa-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Explore Leagues",
      "short_name": "Explore",
      "url": "/explore",
      "icons": [
        {
          "src": "/icons/zamo-pwa-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
