Examine source code of Royal Rainbow

Inspect and view changes in Royal Rainbow 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.1",
  "name": "Royal Rainbow",
  "description": "A premium rainbow theme",
  "author": "CupcakeKitten",
  "theme": {
    "colors": {
      "bookmark_text": [
        84,
        84,
        84
      ],
      "frame": [
        255,
        216,
        215
      ],
      "ntp_background": [
        246,
        232,
        232
      ],
      "ntp_link": [
        84,
        84,
        84
      ],
      "ntp_section": [
        239,
        185,
        185,
        0.5
      ],
      "ntp_section_link": [
        84,
        84,
        84
      ],
      "ntp_section_text": [
        84,
        84,
        84
      ],
      "ntp_text": [
        84,
        84,
        84
      ],
      "tab_background_text": [
        84,
        84,
        84
      ],
      "tab_text": [
        84,
        84,
        84
      ],
      "toolbar": [
        255,
        216,
        215
      ]
    },
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_window_control_background": "images/theme_window_control_background.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_ntp_background": "images/theme_ntp_background.png"
    },
    "properties": {
      "ntp_background_alignment": "top left",
      "ntp_background_repeat": "repeat"
    },
    "tints": {
      "buttons": [
        0.001,
        0.27,
        0.5
      ]
    }
  }
}