Minimal Youtube theme

Minimal Youtube theme

Make youtube boring and calm

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Minimal Youtube theme",
  "description": "Make youtube boring and calm",
  "version": "0.0.3",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "run_at": "document_end",
      "css": [
        "main.10a003bc.css"
      ],
      "js": [
        "main.da0dd1a7.js"
      ]
    }
  ],
  "action": {
    "default_title": "Options",
    "default_popup": "options.818d1ab0.html"
  },
  "icons": {
    "16": "icon16.cf8ed879.png",
    "32": "icon32.1f1b0c61.png",
    "48": "icon48.6b8809b5.png",
    "128": "icon128.12662906.png"
  }
}