Examine source code of The Great Wall

Inspect and view changes in The Great Wall 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",
  "name": "The Great Wall",
  "version": "1.0",
  "description": "中国长城 The Greatwall Chrome Theme共享, 感谢图源:东方IC 头条号|锶行锗",
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.jpeg",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_ntp_background": "images/theme_ntp_background.png"
    },
    "colors": {
      "frame": [
        72,
        55,
        52
      ],
      "toolbar": [
        136,
        125,
        123
      ],
      "tab_text": [
        245,
        166,
        35
      ],
      "tab_background_text": [
        131,
        83,
        10
      ],
      "bookmark_text": [
        241,
        161,
        28
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        196,
        103,
        26
      ],
      "button_background": [
        219,
        200,
        175,
        0.9
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.44
      ]
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "no-repeat"
    }
  }
}