Examine source code of Green Theme, inspired by hattrick

Inspect and view changes in Green Theme, inspired by hattrick 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",
  "description": "An unofficial Hattrick theme for Chrome.",
  "name": "Green Theme, inspired by hattrick",
  "version": "1.1",
  "theme": {
    "colors": {
      "bookmark_text": [
        0,
        0,
        0
      ],
      "button_background": [
        255,
        255,
        255
      ],
      "control_background": [
        164,
        198,
        57
      ],
      "frame": [
        44,
        51,
        66
      ],
      "frame_inactive": [
        100,
        100,
        100
      ],
      "frame_incognito": [
        255,
        255,
        255
      ],
      "frame_incognito_inactive": [
        184,
        184,
        184
      ],
      "ntp_background": [
        198,
        197,
        198
      ],
      "ntp_header": [
        44,
        51,
        66
      ],
      "ntp_link": [
        44,
        51,
        66
      ],
      "ntp_section": [
        194,
        217,
        122
      ],
      "ntp_text": [
        32,
        32,
        32
      ],
      "tab_background_text": [
        142,
        159,
        156
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "toolbar": [
        39,
        127,
        49
      ]
    },
    "images": {
      "theme_button_background": "images/theme_button_background.png",
      "theme_frame": "images/theme_frame.png",
      "theme_frame_incognito": "images/theme_frame_incognito.png",
      "theme_frame_overlay": "images/theme_frame_overlay.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_tab_background_incognito": "images/theme_tab_background_incognito.png",
      "theme_window_control_background": "images/theme_window_control_background.png"
    },
    "properties": {
      "ntp_background_alignment": "bottom center",
      "ntp_background_repeat": "repeat-x"
    },
    "tints": {
      "background_tab": [
        0.5,
        0.5,
        0.15
      ],
      "buttons": [
        -1,
        0,
        -1
      ],
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        0,
        0.65
      ],
      "frame_incognito": [
        0.5,
        0,
        0.5
      ],
      "frame_incognito_inactive": [
        -1,
        0,
        0.45
      ]
    }
  }
}