Live TV Channels & Live Webcams Online

Live TV Channels & Live Webcams Online

Live TV: Watch free live tv news streaming online and live tv newsflash about breaking news, sports news and etc.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Live TV Channels & Live Webcams Online",
  "version": "0.1.3",
  "manifest_version": 2,
  "description": "Live TV: Watch free live tv news streaming online and live tv newsflash about breaking news, sports news and etc.",
  "homepage_url": "http://www.dealood.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "page": "src/bg/background.html",
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "www.dealood.com",
    "default_popup": "src/browser_action/browser_action.html"
  }
}