POKÉMON Theme

This is a theme for google chrome completely dedicated to the awesomeness of pokémon. All other pokémon themes out there are very…
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.1",
  "name": "POKÉMON Theme",
  "description": " ",
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_frame_overlay": "images/theme_frame_overlay.png"
    },
    "colors": {
      "frame": [
        255,
        0,
        0
      ],
      "frame_inactive": [
        153,
        0,
        0
      ],
      "frame_incognito": [
        0,
        0,
        255
      ],
      "frame_incognito_inactive": [
        0,
        0,
        153
      ],
      "toolbar": [
        255,
        0,
        0
      ],
      "tab_text": [
        255,
        0,
        0
      ],
      "tab_background_text": [
        92,
        92,
        92
      ],
      "bookmark_text": [
        0,
        0,
        0
      ],
      "ntp_background": [
        0,
        112,
        0
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "button_background": [
        0,
        0,
        0,
        0
      ]
    },
    "properties": {
      "ntp_background_alignment": "left",
      "ntp_background_repeat": "no-repeat"
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.74117647058824
      ],
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        0.66666666666667,
        1,
        0.5
      ],
      "frame_incognito": [
        0.56681681681682,
        1,
        0.56470588235294
      ],
      "frame_incognito_inactive": [
        0.66666666666667,
        1,
        0.78235294117647
      ],
      "background_tab": [
        0.56578947368421,
        0.64044943820225,
        0.65098039215686
      ]
    }
  }
}