Live IPTV

Live IPTV

Watch Live Tv right on browser.(Includes Channel list)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "IPTV",
  "name": "Live IPTV",
  "description": "Watch Live Tv right on browser.(Includes Channel list)",
  "author": "AmateraSu",
  "version": "1.0.0",
  "content_security_policy": "script-src 'self' 'sha256-xjvhLKihGWY38lKgjbCLO/BqA8+2ngyBEHBZotxh7lw='; object-src 'self'",
  "permissions": [
    "<all_urls>",
    "tabs"
  ],
  "web_accessible_resources": [
    "*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Live IPTV",
    "default_icon": {
      "16": "images/Logo.png",
      "32": "images/Logo.png",
      "48": "images/Logo.png",
      "128": "images/Logo.png"
    }
  },
  "icons": {
    "16": "images/Logo.png",
    "32": "images/Logo.png",
    "48": "images/Logo.png",
    "128": "images/Logo.png"
  },
  "manifest_version": 2
}