Examine source code of Vianet Theme

Inspect and view changes in Vianet 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",
  "version": "1.0",
  "name": "Vianet Theme",
  "theme": {
    "images": {
      "theme_ntp_background": "theme_ntp_background.jpg",
      "theme_ntp_attribution": "attribution.png"
    },
    "colors": {
      "frame": [
        242,
        88,
        91
      ],
      "toolbar": [
        214,
        0,
        4
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        232,
        232,
        232
      ],
      "bookmark_text": [
        232,
        232,
        232
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        232,
        232,
        232
      ],
      "ntp_link": [
        6,
        55,
        116
      ],
      "toolbar_button_icon": [
        232,
        232,
        232
      ],
      "button_background": [
        173,
        21,
        45
      ]
    },
    "tints": {
      "buttons": [
        0.33,
        0.5,
        0.47
      ]
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat"
    }
  },
  "manifest_version": 3
}