Watch TV

Watch TV

Watch TV extension replaces your new tab with online tv show streaming search & sponsored web search. When you install Watch TV,…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.13",
  "manifest_version": 3,
  "short_name": "Watch TV",
  "name": "Watch TV",
  "background": {
    "service_worker": "service_worker.js"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "*.json",
        "favicon.ico"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'self'; connect-src 'self' https://watchtvonline.org https://api.openweathermap.org https://www.bing.com https://r.bing.com https://geoip-js.com; script-src 'self'; object-src 'self'; font-src 'self' https://pro.fontawesome.com https://code.jquery.com https://geoip-js.com data:;  style-src https://www.bing.com https://r.bing.com 'self' https://pro.fontawesome.com; img-src 'self' https://openweathermap.org  * data:;"
  }
}