{
  "short_name": "Wizard Football",
  "name": "Wizard Football - Live Sports Streaming Platform",
  "description": "Stream and record football matches with advanced analytics",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "android-chrome-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "android-chrome-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1a365d",
  "background_color": "#ffffff",
  "splash_pages": null,
  "categories": ["sports", "football", "streaming"],
  "shortcuts": [
    {
      "name": "Recordings",
      "short_name": "Replays",
      "description": "Access match recordings",
      "url": "/feed?source=pwa_shortcut"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+wizard",
      "url": "/open?url=%s"
    }
  ],
  "display_override": ["window-controls-overlay"],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
