Simple and Libre (Eastman Blue)

Simple and Libre (Eastman Blue)

https://github.com/ryanpcmcquen/CHROME_THEME__simpleAndLibre

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_frame": "images/eastman_blue_dark.png",
      "theme_toolbar": "images/theme_toolbar.png"
    },
    "colors": {
      "frame": [
        80,
        124,
        229
      ],
      "toolbar": [
        223,
        223,
        223
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        64,
        64,
        64
      ],
      "bookmark_text": [
        34,
        54,
        100
      ],
      "ntp_background": [
        245,
        245,
        245
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "button_background": [
        0,
        0,
        0,
        0
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.5
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    }
  },
  "name": "Simple and Libre (Eastman Blue)",
  "version": "1.0.0",
  "description": "https://github.com/ryanpcmcquen/CHROME_THEME__simpleAndLibre"
}