Examine source code of Teal Theme

Inspect and view changes in Teal 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": "http://clients2.google.com/service/update2/crx",
  "version": "1.1",
  "name": "Teal Theme",
  "theme": {
    "images": {
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_frame": "images/theme_frame.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_tab_background_incognito": "images/theme_tab_background.png"
    },
    "colors": {
      "frame": [
        230,
        245,
        245
      ],
      "toolbar": [
        80,
        170,
        170
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        70,
        70,
        70
      ],
      "bookmark_text": [
        0,
        50,
        60
      ],
      "ntp_background": [
        230,
        245,
        245
      ],
      "ntp_text": [
        0,
        45,
        60
      ],
      "ntp_link": [
        0,
        45,
        60
      ],
      "ntp_link_underline": [
        0,
        45,
        60
      ],
      "ntp_header": [
        0,
        100,
        105
      ],
      "ntp_section": [
        80,
        180,
        170
      ],
      "button_background": [
        120,
        170,
        170
      ]
    },
    "tints": {
      "buttons": [
        0.5,
        0.3,
        0.3
      ],
      "frame_inactive": [
        0,
        0,
        0.8
      ],
      "frame_incognito": [
        0,
        0,
        0.1
      ],
      "frame_incognito_inactive": [
        0,
        0,
        0.2
      ]
    },
    "properties": {
      "ntp_background_alignment": "center bottom",
      "ntp_background_repeat": "no-repeat"
    }
  }
}