{
  "id": "com.viwix.streaming",
  "name": "VIWIX TV - Streaming y Televisión en Vivo desde Chile",
  "short_name": "VIWIX TV",
  "description": "Plataforma de streaming y televisión en vivo desde Chile. Contenido variado para toda la audiencia, entretenimiento las 24 horas del día. Míranos gratis desde cualquier dispositivo.",
  "lang": "es",
  "dir": "ltr",
  "start_url": "/index.html",
  "scope": "/",
  "scope_extensions": [
    {"origin": "https://www.viwix.com"},
    {"origin": "https://viwix.com"}
  ],
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#FF6B00",
  "theme_color": "#FF6B00",
  "orientation": "any",
  "categories": ["entertainment", "streaming", "video", "television"],
  "iarc_rating_id": "viwix-rating-2025",
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "screenshots": [
    {
      "src": "screenshots/viwix-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "platform": "wide",
      "label": "VIWIX TV - Pantalla principal con señal en vivo"
    },
    {
      "src": "screenshots/viwix-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "platform": "narrow",
      "label": "VIWIX TV - Vista móvil con reproductor en vivo"
    },
    {
      "src": "screenshots/viwix-social-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "platform": "narrow",
      "label": "VIWIX TV - Redes sociales y comunidad"
    }
  ],
  "shortcuts": [
    {
      "name": "📺 VIWIX TV en Vivo",
      "short_name": "TV en Vivo",
      "description": "Ver VIWIX TV en vivo ahora",
      "url": "/index.html",
      "icons": [
        {
          "src": "logox2.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "📲 Redes Sociales",
      "short_name": "Redes",
      "description": "Síguenos en Facebook, Instagram y TikTok",
      "url": "/index.html#redes",
      "icons": [
        {
          "src": "logox2.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "ico.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "ico.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "ico.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "ico.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "ico.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "ico.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "logox2.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "logox2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "ico.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "ico.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "ico.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "ico.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "ico.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "ico.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "logox2.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "logox2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "version": "1.0.0",
  "update_time": "2025-05-04",
  "offline_enabled": true,
  "permissions": [
    "gcm",
    "notifications",
    "media"
  ],
  "gcm_sender_id": "103953800507",
  "edge_side_panel": {
    "preferred_width": 400,
    "enable_tab_strip": true
  },
  "update_via_cache": "none",
  "protocol_handlers": [
    {
      "protocol": "web+viwix",
      "url": "/stream?source=%s"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/handle-video",
      "accept": {
        "video/mp4": [".mp4"],
        "video/x-msvideo": [".avi"],
        "video/quicktime": [".mov"]
      },
      "icons": [
        {
          "src": "logox2.png",
          "sizes": "256x256",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    },
    {
      "action": "/handle-playlist",
      "accept": {
        "application/vnd.apple.mpegurl": [".m3u8"],
        "audio/x-mpegurl": [".m3u"]
      },
      "icons": [
        {
          "src": "logox2.png",
          "sizes": "256x256",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "handle_links": "preferred",
  "widgets": [
    {
      "name": "VIWIX Now Playing",
      "short_name": "Now Playing",
      "description": "Muestra la señal en vivo actual de VIWIX TV",
      "tag": "viwix-now-playing",
      "template": "viwix-now-playing-template",
      "ms_ac_template": "viwix-now-playing-template-adaptive",
      "data": "/api/widget-data/now-playing",
      "type": "application/json",
      "screenshots": [
        {
          "src": "widgets/now-playing-screenshot.png",
          "sizes": "600x400",
          "label": "Widget Now Playing de VIWIX TV"
        }
      ],
      "icons": [
        {
          "src": "logox2.png",
          "sizes": "256x256"
        }
      ],
      "auth": false,
      "update": 30000
    },
    {
      "name": "VIWIX Viewer Counter",
      "short_name": "Viewers",
      "description": "Contador de espectadores en vivo de VIWIX TV",
      "tag": "viwix-viewer-counter",
      "template": "viwix-counter-template",
      "ms_ac_template": "viwix-counter-template-adaptive",
      "data": "/api/widget-data/viewer-counter",
      "type": "application/json",
      "screenshots": [
        {
          "src": "widgets/viewer-counter-screenshot.png",
          "sizes": "400x200",
          "label": "Widget contador de espectadores VIWIX TV"
        }
      ],
      "icons": [
        {
          "src": "logox2.png",
          "sizes": "256x256"
        }
      ],
      "auth": false,
      "update": 15000
    }
  ],
  "features": {
    "background_sync": true,
    "periodic_background_sync": {
      "min_interval": 86400
    },
    "web_share": true,
    "media_session": true,
    "screen_wake_lock": true
  },
  "promotional_images": [
    {
      "src": "promo/viwix-banner-1920x600.png",
      "sizes": "1920x600",
      "type": "image/png",
      "label": "Banner promocional VIWIX TV"
    },
    {
      "src": "promo/viwix-square-1080x1080.png",
      "sizes": "1080x1080",
      "type": "image/png",
      "label": "Imagen promocional cuadrada VIWIX TV"
    }
  ],
  "translations": {
    "es": {
      "name": "VIWIX TV - Streaming y Televisión en Vivo",
      "short_name": "VIWIX TV",
      "description": "Plataforma de streaming y televisión en vivo desde Chile, 24 horas"
    },
    "en": {
      "name": "VIWIX TV - Live Streaming and Television",
      "short_name": "VIWIX TV",
      "description": "Live streaming and television platform from Chile, 24 hours"
    }
  },
  "social_media": {
    "facebook": "https://www.facebook.com/share/1BBLVdoFww/",
    "instagram": "https://www.instagram.com/viwix.cl",
    "tiktok": "https://www.tiktok.com/@viwix.cl",
    "whatsapp": "https://wa.me/56967682093",
    "email": "viwixstudios@gmail.com"
  },
  "streaming_info": {
    "tv_url": "https://vdochile.com/hybrid-stream-video-widget/viwix",
    "format": "application/x-mpegURL",
    "genres": ["streaming", "television", "entretenimiento", "chile"],
    "target_audience": "general",
    "language": "spanish"
  },
  "brand_colors": {
    "primary": "#FF6B00",
    "secondary": "#E8003D",
    "accent": "#00C8B4",
    "highlight": "#F5C800",
    "background": "#000000"
  },
  "app_features": [
    "live_streaming",
    "tv_channel",
    "social_integration",
    "viewer_counter",
    "modern_ui",
    "mobile_optimized"
  ],
  "serviceworker": {
    "src": "/sw.js",
    "scope": "/",
    "type": "module",
    "update_via_cache": "none"
  },
  "window_controls_overlay": {
    "controls": "back_forward_reload",
    "theme_color": "#FF6B00"
  },
  "url_handlers": [
    {
      "origin": "https://www.viwix.com"
    },
    {
      "origin": "https://viwix.com"
    }
  ],
  "capture_links": "existing-client-navigate"
}