Glossy Blue Theme v2

Glossy Blue Theme v2

Updated version of classic (2011) Glossy Blue theme from Google

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Glossy Blue Theme v2",
  "description": "Updated version of classic (2011) Glossy Blue theme from Google",
  "version": "2.8",
  "theme": {
    "colors": {
      "bookmark_text": [
        0,
        0,
        0
      ],
      "button_background": [
        108,
        137,
        173
      ],
      "frame": [
        58,
        86,
        120
      ],
      "frame_inactive": [
        58,
        86,
        120
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "background_tab": [
        110,
        110,
        110
      ],
      "background_tab_inactive": [
        110,
        110,
        110
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "tab_background_text_inactive": [
        180,
        180,
        180
      ],
      "toolbar": [
        108,
        137,
        173
      ],
      "toolbar_button_icon": [
        0,
        0,
        0
      ],
      "toolbar_text": [
        0,
        0,
        0
      ],
      "omnibox_background": [
        255,
        255,
        255
      ],
      "omnibox_text": [
        0,
        0,
        0
      ]
    },
    "images": {
      "theme_frame": "i/theme_frame.png",
      "theme_tab_background": "i/theme_tab_background.png"
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    },
    "tints": {
      "buttons": [
        0,
        0,
        0
      ]
    }
  }
}