Examine source code of Gigabyte Red Theme

Inspect and view changes in Gigabyte Red 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",
  "description": "Theme Inspired by Gigabyte's Black and Red Colour Schemes",
  "manifest_version": 2,
  "name": "Gigabyte Red Theme",
  "icons": {
    "128": "icon128.png"
  },
  "theme": {
    "colors": {
      "frame": [
        0,
        0,
        0
      ],
      "frame_inactive": [
        0,
        0,
        0
      ],
      "frame_incognito": [
        0,
        0,
        0
      ],
      "frame_incognito_inactive": [
        0,
        0,
        0
      ],
      "toolbar": [
        0,
        0,
        0
      ],
      "tab_text": [
        235,
        18,
        29
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "bookmark_text": [
        235,
        18,
        29
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        235,
        18,
        29
      ],
      "ntp_header": [
        205,
        16,
        26
      ],
      "button_background": [
        205,
        16,
        26,
        1
      ]
    },
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_frame_inactive": "images/theme_frame.png",
      "theme_frame_incognito": "images/theme_frame.png",
      "theme_frame_incognito_inactive": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_tab_background_incognito": "images/theme_tab_background.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_frame_overlay": "images/frame_overlay.png",
      "theme_frame_overlay_inactive": "images/frame_overlay.png"
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "no-repeat"
    },
    "tints": {
      "buttons": [
        0.991,
        0.855,
        0.433
      ]
    }
  },
  "version": "1.0.0"
}