Examine source code of IFPR - Tema para navegador Chrome

Inspect and view changes in IFPR - Tema para navegador Chrome 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.1",
  "name": "IFPR - Tema para navegador Chrome",
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame_ifpr.png",
      "theme_toolbar": "images/theme_toolbar_ifpr.png",
      "theme_ntp_background": "images/theme_ntp_background_ifpr.png",
      "theme_button_background": "images/theme_button_background_ifpr.png"
    },
    "colors": {
      "frame": [
        126,
        180,
        55
      ],
      "toolbar": [
        126,
        180,
        55
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        155,
        155,
        155
      ],
      "bookmark_text": [
        63,
        102,
        13
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        182,
        32,
        36
      ],
      "ntp_link": [
        63,
        102,
        13
      ],
      "ntp_section": [
        182,
        32,
        36
      ],
      "ntp_section_text": [
        255,
        255,
        255
      ],
      "ntp_section_link": [
        255,
        255,
        255
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom right",
      "ntp_background_repeat": "no-repeat"
    },
    "tints": {
      "buttons": [
        0.5,
        0.5,
        0.5
      ]
    }
  }
}