Examine source code of Pixel Pro Theme

Inspect and view changes in Pixel Pro 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": "The best theme for a Pixel like experience for the chrome browser.",
  "manifest_version": 2,
  "name": "Pixel Pro Theme",
  "theme": {
    "colors": {
      "frame": [
        33,
        33,
        33
      ],
      "toolbar": [
        255,
        255,
        255
      ],
      "tab_text": [
        52,
        168,
        83
      ],
      "tab_background_text": [
        255,
        193,
        7
      ],
      "bookmark_text": [
        244,
        67,
        54
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "button_background": [
        0,
        0,
        0,
        0
      ]
    },
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_tab_background": "images/theme_bgtab.png"
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    },
    "tints": {
      "buttons": [
        0.59,
        0.99,
        0.46
      ]
    }
  },
  "version": "1"
}