Tuff Media

This extension will keep you updated about Tuff Media who provides live tv, movies, kids shows, sports, guides and tips.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tuff Media",
  "version": "1.0.0",
  "description": "This extension will keep you updated about Tuff Media who provides live tv, movies, kids shows, sports, guides and tips.",
  "short_name": "TU",
  "icons": {
    "16": "assets/61a2b91dd52789063d6cc1b1-Tuff_Media-small_icon.png",
    "48": "assets/61a2b91dd52789063d6cc1b1-Tuff_Media-medium_icon.png",
    "128": "assets/61a2b91dd52789063d6cc1b1-Tuff_Media-large_icon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Tuff Media"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/vendor.js",
        "js/contentScriptBundle.js"
      ],
      "css": [
        "assets/content.inj.css",
        "assets/jquery.toast.min.css"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "service_worker": "service-worker.js"
  },
  "permissions": [
    "storage",
    "notifications",
    "tabs"
  ],
  "host_permissions": [
    "https://youtube.com/*"
  ],
  "manifest_version": 3
}