Chromee Theme

Chromee Theme

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "0.5.1",
  "name": "Chromee Theme",
  "description": " ",
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png"
    },
    "colors": {
      "frame": [
        64,
        64,
        64
      ],
      "frame_inactive": [
        161,
        161,
        161
      ],
      "frame_incognito": [
        18,
        18,
        18
      ],
      "frame_incognito_inactive": [
        97,
        97,
        97
      ],
      "toolbar": [
        223,
        223,
        223
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        223,
        223,
        223
      ],
      "bookmark_text": [
        0,
        0,
        0
      ],
      "ntp_background": [
        166,
        166,
        166
      ],
      "ntp_text": [
        64,
        64,
        64
      ],
      "ntp_link": [
        64,
        64,
        64
      ],
      "ntp_header": [
        64,
        64,
        64
      ],
      "ntp_section": [
        87,
        91,
        97
      ],
      "ntp_section_text": [
        107,
        107,
        107
      ],
      "ntp_section_link": [
        64,
        64,
        64
      ],
      "control_background": [
        64,
        64,
        64,
        0
      ],
      "button_background": [
        64,
        64,
        64,
        0
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    },
    "tints": {
      "buttons": [
        -1,
        -1,
        -1
      ],
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        -1,
        0.2,
        0.35
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ],
      "background_tab": [
        -1,
        -1,
        -1
      ]
    }
  }
}