Examine source code of The Power Theme

Inspect and view changes in The Power 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.0",
  "name": "The Power Theme",
  "theme": {
    "images": {
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_frame_inactive": "images/theme_tab_background.png",
      "theme_frame": "images/theme_tab_background.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png",
      "theme_window_control_background": "images/theme_tab_background.png"
    },
    "colors": {
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        50,
        50,
        50
      ],
      "bookmark_text": [
        180,
        180,
        180
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "ntp_link": [
        180,
        180,
        180
      ],
      "ntp_link_underline": [
        120,
        120,
        120
      ],
      "ntp_header": [
        0,
        0,
        0
      ],
      "ntp_section": [
        60,
        60,
        60
      ],
      "ntp_section_text": [
        255,
        255,
        255
      ],
      "ntp_section_link": [
        200,
        200,
        200
      ],
      "ntp_section_link_underline": [
        150,
        150,
        150
      ],
      "frame": [
        0,
        0,
        0
      ],
      "toolbar": [
        0,
        0,
        0
      ],
      "ntp_background": [
        0,
        0,
        0
      ]
    },
    "tints": {
      "buttons": [
        0.54,
        0.29,
        1
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "repeat-x"
    }
  }
}