Examine source code of rironriron's theme

Inspect and view changes in rironriron's 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,
  "name": "rironriron's theme",
  "version": "1.0",
  "theme": {
    "colors": {
      "bookmark_text": [
        0,
        0,
        0,
        1
      ],
      "button_background": [
        180,
        206,
        74,
        1
      ],
      "control_background": [
        180,
        206,
        74,
        1
      ],
      "frame": [
        128,
        128,
        128,
        1
      ],
      "frame_inactive": [
        160,
        160,
        160,
        1
      ],
      "frame_incognito": [
        192,
        192,
        192,
        1
      ],
      "frame_incognito_inactive": [
        224,
        224,
        224,
        1
      ],
      "ntp_background": [
        255,
        255,
        255,
        1
      ],
      "ntp_header": [
        180,
        206,
        74,
        1
      ],
      "ntp_section": [
        180,
        206,
        74,
        1
      ],
      "ntp_link": [
        0,
        0,
        0,
        1
      ],
      "ntp_text": [
        0,
        0,
        0,
        1
      ],
      "tab_background_text": [
        255,
        255,
        255,
        1
      ],
      "tab_text": [
        0,
        0,
        0,
        1
      ],
      "toolbar": [
        195,
        216,
        110,
        1
      ]
    },
    "images": {
      "theme_frame": {
        "100": "images/1x/theme_frame.png",
        "200": "images/2x/theme_frame.png"
      },
      "theme_frame_inactive": {
        "100": "images/1x/theme_frame.png",
        "200": "images/2x/theme_frame.png"
      },
      "theme_frame_incognito": {
        "100": "images/1x/theme_frame_incognito.png",
        "200": "images/2x/theme_frame_incognito.png"
      },
      "theme_frame_incognito_inactive": {
        "100": "images/1x/theme_frame_incognito.png",
        "200": "images/2x/theme_frame_incognito.png"
      },
      "theme_ntp_attribution": {
        "100": "images/1x/theme_ntp_attribution.png",
        "200": "images/2x/theme_ntp_attribution.png"
      },
      "theme_ntp_background": {
        "100": "images/1x/theme_ntp_background.png",
        "200": "images/2x/theme_ntp_background.png"
      },
      "theme_toolbar": {
        "100": "images/1x/theme_toolbar.png",
        "200": "images/2x/theme_toolbar.png"
      }
    },
    "properties": {
      "ntp_background_alignment": "bottom center",
      "ntp_background_repeat": "repeat-x"
    },
    "tints": {
      "background_tab": [
        -1,
        0,
        0.25
      ],
      "buttons": [
        -1,
        -1,
        -1
      ],
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        -1,
        0.75
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        0.75
      ]
    }
  }
}