Examine source code of Reproductor HLS & DASH

Inspect and view changes in Reproductor HLS & DASH source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Reproductor HLS & DASH",
  "version": "1.1.2",
  "description": "Reproductor HLS & DASH",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "src/event.js",
      "src/list.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "img/icon128.png",
    "default_title": "Reproductor HLS & DASH"
  },
  "icons": {
    "128": "img/icon128.png"
  },
  "permissions": [
    "tabs",
    "*://*/*.m3u8*",
    "*://*/*.mpd*",
    "*://*/*/Manifest*",
    "webRequest",
    "webRequestBlocking",
    "storage"
  ],
  "web_accessible_resources": [
    "index.html",
    "list.html",
    "img/icon128.png"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' blob: ; object-src 'self' blob: ",
  "browser_specific_settings": {
    "gecko": {
      "id": "{f4e7276f-0f53-4bba-888f-ff7c2ba30a09}"
    }
  }
}