Examine source code of Red Gear Theme

Inspect and view changes in Red Gear 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": "Geometric theme of red and black shapes and gears",
  "manifest_version": 2,
  "name": "Red Gear Theme",
  "version": "1.4",
  "theme": {
    "colors": {
      "bookmark_text": [
        255,
        245,
        240
      ],
      "frame": [
        35,
        12,
        13
      ],
      "ntp_header": [
        0,
        0,
        0
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_link": [
        35,
        12,
        13
      ],
      "ntp_section": [
        35,
        35,
        35
      ],
      "ntp_section_link": [
        0,
        0,
        0
      ],
      "ntp_section_text": [
        0,
        0,
        0
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        50,
        31,
        35
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "toolbar": [
        123,
        109,
        110
      ]
    },
    "images": {
      "theme_ntp_background": "redgear_bg.png"
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat"
    },
    "tints": {
      "buttons": [
        0,
        0,
        0
      ]
    }
  }
}