{
  "name": "TheLiveVision",
  "short_name": "TheLiveVision",
  "description": "Your Ultimate Sports Streaming Platform - Watch live sports, events, and channels from around the world",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#1A1A1A",
  "theme_color": "#FFD700",
  "orientation": "any",
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icons/icon-512.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["sports", "entertainment", "streaming"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Watch Live",
      "short_name": "Live",
      "description": "Start watching live sports",
      "url": "/index.html#page-stream",
      "icons": [
        {
          "src": "/assets/icons/favicon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "All Events",
      "short_name": "Events",
      "description": "Browse sports events",
      "url": "/index.html#page-football",
      "icons": [
        {
          "src": "/assets/icons/favicon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Channels",
      "short_name": "Channels",
      "description": "View all channels",
      "url": "/index.html#page-channels",
      "icons": [
        {
          "src": "/assets/icons/favicon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
