Examine source code of SoftTeco Custom Theme

Inspect and view changes in SoftTeco Custom 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",
  "manifest_version": 2,
  "version": "1.0.2",
  "name": "SoftTeco Custom Theme",
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_ntp_background": "images/theme_frame.png"
    },
    "colors": {
      "frame": [
        255,
        255,
        255
      ],
      "toolbar": [
        0,
        123,
        255
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        0,
        0,
        0
      ],
      "bookmark_text": [
        0,
        0,
        0
      ],
      "ntp_background": [
        240,
        240,
        240
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "button_background": [
        0,
        123,
        255
      ]
    },
    "tints": {
      "buttons": [
        0.2,
        0.8,
        0.8
      ]
    }
  },
  "description": "Custom theme for SoftTeco employees."
}