Examine source code of RivelnetTheme

Inspect and view changes in RivelnetTheme 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.0",
  "manifest_version": 2,
  "name": "RivelnetTheme",
  "theme": {
    "images": {
      "theme_frame": "theme_frame.png",
      "theme_tab_background": "theme_tab_background.png",
      "theme_toolbar": "theme_toolbar.png",
      "theme_ntp_background": "theme_ntp_background.png"
    },
    "colors": {
      "ntp_background": [
        53,
        19,
        0
      ],
      "ntp_text": [
        11,
        212,
        0
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        117,
        117,
        117
      ],
      "toolbar": [
        192,
        192,
        192
      ],
      "bookmark_text": [
        106,
        106,
        106
      ]
    },
    "tints": {
      "buttons": [
        -1,
        -1,
        0.2
      ]
    },
    "properties": {
      "ntp_background_alignment": "top center",
      "ntp_background_repeat": "repeat"
    }
  }
}