Classic Blue

Classic Blue

Just like the old days ;)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "2.2",
  "name": "Classic Blue",
  "description": "Just like the old days ;)",
  "theme": {
    "colors": {
      "frame": [
        71,
        146,
        230
      ],
      "toolbar": [
        245,
        248,
        253
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "tab_text": [
        41,
        74,
        112
      ],
      "bookmark_text": [
        41,
        74,
        112
      ],
      "tab_background_text": [
        245,
        248,
        253
      ],
      "ntp_text": [
        41,
        74,
        112
      ]
    },
    "tints": {
      "buttons": [
        0.7,
        0.9,
        0.2
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        0.1,
        0,
        0.2
      ],
      "frame_incognito_inactive": [
        0.1,
        0,
        0.2
      ]
    }
  }
}