TV Live

TV Live

Watch multiple U.S. TV Live in your browser. Watch show, talk, movie, lifestyle, fashion, music and news.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_ext_name__",
  "description": "__MSG_ext_description__",
  "default_locale": "en",
  "icons": {
    "16": "images/icon16.png",
    "128": "images/icon128.png"
  },
  "background": {
    "service_worker": "js/bg.js"
  },
  "action": {
    "default_icon": "images/icon32.png",
    "default_title": "__MSG_ext_name__"
  },
  "permissions": [
    "storage"
  ],
  "manifest_version": 3,
  "update_url": "http://clients2.google.com/service/update2/crx",
  "minimum_chrome_version": "88.0.0.0",
  "version": "2.0.3.6"
}