YouTube Themes

YouTube Themes

Change the design of the YouTube with one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "32": "/assets/icons/icon-32.png",
      "64": "/assets/icons/icon-64.png",
      "96": "/assets/icons/icon-96.png",
      "128": "/assets/icons/icon-128.png",
      "192": "/assets/icons/icon-192.png",
      "256": "/assets/icons/icon-256.png"
    },
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "sw.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "style.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*.youtube-customizer.com/*",
        "*://*.cusmize.com/*"
      ]
    }
  ],
  "content_security_policy": {
    "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "externally_connectable": {
    "matches": [
      "*://*.youtube-customizer.com/*",
      "*://*.cusmize.com/*"
    ]
  },
  "icons": {
    "32": "/assets/icons/icon-32.png",
    "64": "/assets/icons/icon-64.png",
    "96": "/assets/icons/icon-96.png",
    "128": "/assets/icons/icon-128.png",
    "192": "/assets/icons/icon-192.png",
    "256": "/assets/icons/icon-256.png"
  },
  "manifest_version": 3,
  "name": "__MSG_name__",
  "options_page": "index.html",
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "version": "1.2.0",
  "version_name": "1.2.0",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "*.*",
        "/images/*.*",
        "/assets/*.*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}