Eyevinn Player Chrome extension

Eyevinn Player Chrome extension

Playback of ABR streams (HLS, MPEG-DASH and Smooth Streaming) in your Chrome browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Eyevinn Player Chrome extension",
  "version": "0.2.2",
  "description": "Playback of ABR streams (HLS, MPEG-DASH and Smooth Streaming) in your Chrome browser",
  "manifest_version": 2,
  "icons": {
    "128": "assets/eyevinn-logo-square.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://player.eyevinn.technology blob:; object-src 'self'",
  "permissions": [
    "*://*/*.m3u8",
    "*://*/*.mpd",
    "webRequest",
    "webRequestBlocking"
  ],
  "browser_action": {
    "default_icon": "assets/eyevinn-logo-square.png"
  }
}