HLS Streaming Player

HLS Streaming Player

MP4, WebM, Iframe and HLS Streaming Player with free TV channels

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "1.0.9",
  "name": "HLS Streaming Player",
  "description": "MP4, WebM, Iframe and HLS Streaming Player with free TV channels",
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icons/34.png"
  },
  "icons": {
    "34": "icons/34.png",
    "128": "icons/128.png",
    "512": "icons/512.png"
  },
  "permissions": [
    "tabs"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}