Purple Of YouTube™

Purple Of YouTube™

Shades of Purple YouTube theme that's easy on the eyes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    },
    "default_popup": "data/interface/index.html?popup",
    "default_title": "__MSG_app_name__"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "css": [
        "content-style.css"
      ],
      "js": [
        "bundled-content-script.js"
      ],
      "matches": [
        "*://youtube.com/*",
        "*://www.youtube.com/*",
        "*://m.youtube.com/*",
        "*://*.music.youtube.com/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "externally_connectable": {
    "matches": [
      "*://*.youtube.com/*"
    ]
  },
  "homepage_url": "https://www.codehemu.com/2022/09/youtubetheme.html",
  "host_permissions": [
    "*://*.youtube.com/*"
  ],
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_app_name__",
  "permissions": [
    "storage"
  ],
  "short_name": "theme",
  "version": "1.0.2",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "resources": [
        "svg/apple-food-grocery.svg"
      ]
    }
  ]
}