Examine source code of Red Rose Theme

Inspect and view changes in Red Rose 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": "http://clients2.google.com/service/update2/crx",
  "name": "Red Rose Theme",
  "version": "1",
  "theme": {
    "colors": {
      "tab_background_text": [
        177,
        37,
        64
      ],
      "bookmark_text": [
        0,
        0,
        0
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "toolbar": [
        255,
        255,
        255,
        0.5
      ],
      "ntp_header": [
        177,
        37,
        64
      ],
      "ntp_link": [
        0,
        0,
        255
      ],
      "ntp_section": [
        0,
        0,
        0,
        0.5
      ],
      "ntp_section_link": [
        255,
        255,
        255
      ],
      "ntp_section_text": [
        177,
        37,
        64
      ],
      "ntp_text": [
        177,
        37,
        64
      ]
    },
    "images": {
      "theme_frame": "images/red_frame.png",
      "theme_frame_inactive": "images/red_frame_inactive.png",
      "theme_frame_incognito": "images/red_frame_incognito.png",
      "theme_frame_incognito_inactive": "images/red_frame_inc-inac.png",
      "theme_toolbar": "images/red-toolbar.png",
      "theme_tab_background": "images/red-tab_background.png",
      "theme_ntp_background": "images/rose_background1150.jpg",
      "theme_ntp_attribution": "images/theme-ntp_attribution_red2.png"
    },
    "properties": {
      "ntp_background_alignment": "right bottom",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 1
    },
    "tints": {
      "buttons": [
        0,
        0,
        0
      ]
    }
  }
}