Chrome IPTV Player

Chrome IPTV Player

Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chrome IPTV Player",
  "version": "0.0.1",
  "manifest_version": 2,
  "web_accessible_resources": [
    "*.js",
    "*.html"
  ],
  "description": "Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).",
  "icons": {
    "128": "img/icon128.png"
  },
  "browser_action": {
    "default_icon": "img/icon128.png",
    "default_title": "IPTV Player"
  },
  "background": {
    "scripts": [
      "content.js"
    ]
  },
  "minimum_chrome_version": "18",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "*://*/*.m3u8*",
    "webRequest",
    "webRequestBlocking"
  ]
}