Coach Theme

Coach Theme

A Coach theme for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1",
  "name": "Coach Theme",
  "description": "A Coach theme for Chrome",
  "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",
      "theme_button_background": "images/theme_button_background.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png",
      "theme_window_control_background": "images/theme_window_control_background.png"
    },
    "colors": {
      "frame": [
        212,
        186,
        198
      ],
      "frame_inactive": [
        252,
        232,
        243
      ],
      "frame_incognito": [
        140,
        179,
        235
      ],
      "frame_incognito_inactive": [
        192,
        211,
        237
      ],
      "toolbar": [
        92,
        92,
        92
      ],
      "tab_text": [
        245,
        245,
        245
      ],
      "tab_background_text": [
        247,
        247,
        247
      ],
      "bookmark_text": [
        252,
        217,
        243
      ],
      "ntp_background": [
        212,
        212,
        212
      ],
      "ntp_text": [
        247,
        247,
        247
      ],
      "ntp_link": [
        13,
        118,
        250
      ],
      "ntp_header": [
        230,
        230,
        230
      ],
      "ntp_section": [
        229,
        239,
        254
      ],
      "ntp_section_text": [
        230,
        230,
        230
      ],
      "ntp_section_link": [
        232,
        207,
        218
      ],
      "control_background": [
        235,
        235,
        235,
        0
      ],
      "button_background": [
        242,
        242,
        242,
        0
      ]
    },
    "properties": {
      "ntp_background_alignment": "",
      "ntp_background_repeat": "repeat"
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.72941176470588
      ],
      "frame": [
        0,
        0,
        0.49019607843137
      ],
      "frame_inactive": [
        0.72222222222222,
        0.091836734693878,
        0.6156862745098
      ],
      "frame_incognito": [
        0.7156862745098,
        0.15596330275229,
        0.78627450980392
      ],
      "frame_incognito_inactive": [
        -1,
        0.3,
        0.6
      ],
      "background_tab": [
        0.81481481481481,
        0.21951219512195,
        0.83921568627451
      ]
    }
  }
}