Cinema Theater for YouTube

Cinema Theater for YouTube

Get a cozy cinema theater night theme for your web browser. The brown theme provides a warm and natural feel.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "author": "Stefan vd",
  "version": "1.0.1",
  "default_locale": "en",
  "description": "__MSG_description__",
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_ntp_background": "images/theme_ntp_background.png"
    },
    "colors": {
      "frame": [
        130,
        59,
        45
      ],
      "toolbar": [
        130,
        59,
        45
      ],
      "tab_text": [
        40,
        15,
        14
      ],
      "tab_background_text": [
        40,
        15,
        14
      ],
      "bookmark_text": [
        40,
        15,
        14
      ],
      "ntp_background": [
        130,
        59,
        45
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "button_background": [
        0,
        0,
        0,
        0
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.5
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    }
  }
}