Examine source code of Sea Green Theme

Inspect and view changes in Sea Green 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",
  "name": "Sea Green Theme",
  "theme": {
    "images": {
      "theme_frame": "theme_frame.png",
      "theme_toolbar": "theme_toolbar.png",
      "theme_tab_background": "theme_tab_background.png",
      "theme_tab_background_incognito": "theme_tab_background.png"
    },
    "colors": {
      "frame": [
        57,
        191,
        124
      ],
      "ntp_header": [
        57,
        191,
        124
      ],
      "tab_text": [
        0,
        50,
        25
      ],
      "tab_background_text": [
        0,
        50,
        25
      ],
      "bookmark_text": [
        0,
        50,
        25
      ],
      "toolbar": [
        230,
        245,
        235
      ],
      "ntp_text": [
        35,
        51,
        43
      ],
      "ntp_section": [
        45,
        153,
        99,
        0.5
      ],
      "ntp_link": [
        19,
        63,
        41
      ],
      "ntp_link_underline": [
        19,
        63,
        41
      ]
    },
    "tints": {
      "buttons": [
        0.4166,
        0.75,
        0.4
      ],
      "frame_incognito": [
        0.4166,
        0.6,
        0.35
      ]
    }
  }
}