{
  "name": "AloudTV Sports",
  "short_name": "AloudTV",
  "description": "TV-Optimized Sports Streaming Platform with AirPlay Support",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "landscape",
  "categories": ["sports", "entertainment", "streaming"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "/images/aloudlogofinal.png",
      "sizes": "562x124",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon",
      "purpose": "maskable"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "scope": "/",
  "lang": "es",
  "dir": "ltr",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "screenshots": [
    {
      "src": "/images/homemini.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "En Vivo",
      "short_name": "Live",
      "description": "Ver transmisiones en vivo",
      "url": "/live-events",
      "icons": [{ "src": "/favicon.ico", "sizes": "48x48" }]
    },
    {
      "name": "Contenido",
      "short_name": "Content",
      "description": "Ver contenido grabado",
      "url": "/contenido",
      "icons": [{ "src": "/favicon.ico", "sizes": "48x48" }]
    }
  ],
  "protocol_handlers": [],
  "web_accessible_resources": ["*"],
  "permissions": [
    "microphone",
    "camera",
    "geolocation"
  ],
  "content_security_policy": {
    "default-src": "'self' 'unsafe-inline' 'unsafe-eval' https: data: blob:",
    "media-src": "'self' https: data: blob:",
    "frame-src": "'self' https://www.youtube.com https://youtube.com https://stream.mux.com"
  }
}