Mac OS theme

Mac OS theme

Simple grey theme based on the Mac version of Google Chrome (Please note that themes can only change specific elements of the…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "2.1",
  "name": "Mac OS theme",
  "theme": {
    "images": {
      "theme_frame": "images/frame.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_tab_background": "images/toolbarback.png",
      "theme_ntp_background": "images/bg.png",
      "theme_button_background": "images/button.png",
      "theme_tab_background_incognito": "images/in_toolbarback.png"
    },
    "colors": {
      "frame": [
        163,
        163,
        163
      ],
      "frame_inactive": [
        200,
        200,
        200
      ],
      "toolbar": [
        234,
        235,
        235
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "ntp_section": [
        245,
        245,
        245,
        0.65
      ],
      "ntp_header": [
        200,
        200,
        200
      ],
      "ntp_section_link": [
        68,
        68,
        68
      ],
      "ntp_link": [
        0,
        25,
        86
      ],
      "ntp_section_text": [
        0,
        0,
        0
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        23,
        23,
        23
      ],
      "bookmark_text": [
        20,
        20,
        20
      ]
    },
    "tints": {
      "buttons": [
        0.6,
        0,
        0.5
      ]
    },
    "properties": {
      "ntp_background_alignment": "left top",
      "ntp_background_repeat": "repeat-x",
      "ntp_logo_alternate": 1
    }
  }
}