Examine source code of Mac Home : Minimal Chrome Theme

Inspect and view changes in Mac Home : Minimal Chrome Theme source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0.2",
  "name": "Mac Home : Minimal Chrome Theme",
  "theme": {
    "images": {
      "theme_frame": "images/frame.png",
      "theme_frame_incognito": "images/frame_incog.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_ntp_background": "images/bg.png",
      "theme_button_background": "images/button.png",
      "theme_tab_background_incognito": "images/tab_incog.png",
      "theme_tab_background": "images/tab.png"
    },
    "colors": {
      "bookmark_text": [
        40,
        40,
        40
      ],
      "frame": [
        163,
        163,
        163
      ],
      "frame_inactive": [
        200,
        200,
        200
      ],
      "ntp_background": [
        22,
        22,
        22
      ],
      "ntp_header": [
        200,
        200,
        200
      ],
      "ntp_link": [
        250,
        250,
        250
      ],
      "ntp_section": [
        245,
        245,
        245
      ],
      "ntp_section_link": [
        68,
        68,
        68
      ],
      "ntp_section_text": [
        116,
        116,
        116
      ],
      "ntp_text": [
        20,
        20,
        20
      ],
      "tab_background_text": [
        23,
        23,
        23
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "toolbar_text": [
        100,
        100,
        100
      ],
      "toolbar": [
        235,
        235,
        235
      ]
    },
    "tints": {
      "buttons": [
        0.6,
        0,
        0.5
      ],
      "frame_inactive": [
        0.5,
        0.5,
        0.5
      ],
      "frame_incognito_inactive": [
        0.6,
        0,
        0.5
      ]
    },
    "properties": {
      "ntp_background_alignment": "left top",
      "ntp_background_repeat": "repeat-x",
      "ntp_logo_alternate": 1
    }
  }
}