Examine source code of murnauer theme

Inspect and view changes in murnauer 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,
  "version": "0.91",
  "name": "murnauer theme",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_frame_inactive": "images/theme_frame_inactive.png",
      "theme_frame_incognito": "images/theme_frame_incognito.png",
      "theme_frame_incognito_active": "images/theme_frame_incognito_active.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_tab_background_incognito": "images/theme_tab_background_incognito.png",
      "theme_tab_background_v": "images/theme_tab_background_v.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_frame_overlay": "images/theme_frame_overlay.png",
      "theme_frame_overlay_inactive": "images/theme_frame_overlay_inactive.png",
      "theme_button_background": "images/theme_button_background.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png",
      "theme_window_control_background": "images/theme_window_control_background.png"
    },
    "colors": {
      "bookmark_text": [
        220,
        220,
        220
      ],
      "button_background": [
        88,
        88,
        88
      ],
      "control_background": [
        255,
        0,
        0
      ],
      "frame": [
        38,
        35,
        57
      ],
      "frame_inactive": [
        23,
        26,
        21
      ],
      "frame_incognito": [
        38,
        35,
        57
      ],
      "frame_incognito_inactive": [
        38,
        35,
        57
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "ntp_header": [
        100,
        221,
        0
      ],
      "ntp_link": [
        36,
        70,
        0
      ],
      "ntp_link_underline": [
        100,
        40,
        40
      ],
      "ntp_section": [
        0,
        150,
        0
      ],
      "ntp_section_link": [
        0,
        200,
        0
      ],
      "ntp_section_link_underline": [
        0,
        100,
        0
      ],
      "ntp_section_text": [
        0,
        255,
        0
      ],
      "ntp_text": [
        202,
        43,
        53
      ],
      "tab_background_text": [
        175,
        175,
        175
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "toolbar": [
        25,
        25,
        25
      ]
    },
    "tints": {
      "frame_inactive": [
        0.25,
        0.25,
        0.25
      ],
      "background_tab": [
        1,
        0.5,
        0
      ]
    },
    "properties": {
      "ntp_background_alignment": "stretch",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 0
    }
  }
}