Examine source code of Aqua Metallic Theme

Inspect and view changes in Aqua Metallic 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",
  "version": "1.3",
  "name": "Aqua Metallic Theme",
  "theme": {
    "images": {
      "theme_frame": "images/framemet.png",
      "theme_frame_inactive ": "images/framemet.png",
      "theme_toolbar": "images/metaltool.png",
      "theme_tab_background": "images/tabbackmet2.png",
      "theme_ntp_background": "images/bacmet2.png",
      "theme_button_background": "images/buttonmet.png",
      "theme_window_control_background": "images/windowmet2.png",
      "theme_ntp_attribution": "images/robyroommet.png"
    },
    "colors": {
      "frame": [
        74,
        148,
        143
      ],
      "toolbar": [
        63,
        94,
        108
      ],
      "ntp_text": [
        35,
        53,
        71
      ],
      "ntp_link": [
        59,
        104,
        101
      ],
      "ntp_section": [
        71,
        103,
        116
      ],
      "ntp_section_text": [
        176,
        180,
        189
      ],
      "ntp_section_link": [
        255,
        255,
        255
      ],
      "ntp_section_link_underline": [
        255,
        255,
        255
      ],
      "ntp_link_underline": [
        59,
        104,
        101
      ],
      "ntp_header": [
        71,
        103,
        116
      ],
      "button_background": [
        71,
        103,
        116
      ],
      "bookmark_text": [
        243,
        244,
        245
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        5,
        36,
        40
      ]
    },
    "tints": {
      "buttons": [
        0.6,
        1,
        1
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "repeat"
    }
  }
}