Full Focus - Hide Recommendations on YouTube

Full Focus - Hide Recommendations on YouTube

Boost productivity - Hide all distractions on YouTube

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Full Focus - Hide Recommendations on YouTube",
  "short_name": "Full Focus",
  "description": "Boost productivity - Hide all distractions on YouTube",
  "version": "0.3.1",
  "icons": {
    "128": "img/pause.png"
  },
  "permissions": [
    "scripting",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "http://www.youtube.com/*",
    "https://www.youtube.com/*"
  ],
  "background": {
    "service_worker": "worker.js"
  },
  "action": {
    "default_popup": "popup/build/index.html"
  }
}